DARMA-tasking / vt

DARMA/vt => Virtual Transport
Other
35 stars 9 forks source link

[docs] avoid regression in Doxygen 1.9.1 #2368

Closed cz4rs closed 1 week ago

cz4rs commented 2 weeks ago

Follow-up for https://github.com/DARMA-tasking/vt/issues/2364.

Doxygen 1.9.1 introduces a regression that affects our documentation. #2367 works around that by disabling a problematic assertion, but we are left with incorrect output for some code (see https://github.com/mosra/m.css/issues/251#issuecomment-2452985973 for details). The easiest way to get correct results should be to pin Doxygen to an older version (1.8.16).

cz4rs commented 2 weeks ago

Note: the latest Doxygen version (1.12.0) does not have this issue, but has a bunch of other in combination with m.css :shrug: