doxygen icon indicating copy to clipboard operation
doxygen copied to clipboard

issue #11760 \doxyconfig does not work as an if-argument

Open albert-github opened this issue 3 months ago • 2 comments

Adding the possibility to use the \doxyconfig command in the section label of \if

albert-github avatar Sep 09 '25 09:09 albert-github

@albert-github This makes it work for \if but not for \cond. I think it would be better to do the \doxyconfig handling inside the CondParser.

doxygen avatar Sep 14 '25 15:09 doxygen

That is indeed the case I created a "proof of concept" working for the \if command and thought about adding it somewhere else in a generic way as well. I thought I would have to change the constexpr parser for this (and was not fond of it to do that, also seen the limited time I had at that moment). Feel free to to create an alternative implementation.

albert-github avatar Sep 18 '25 13:09 albert-github