You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a possible copy/paste issue: if a member function, macros, etc. have a brief description done in doxygen but no detailed description then no brief description is added to the detailed output done using templates/memDef.jinja2 because the has function of the Brief class in Prperty checks for "detaileddescription" in XML instead of "briefdescription":
Hi! Thanks for the great package!
There is a possible copy/paste issue: if a member function, macros, etc. have a brief description done in doxygen but no detailed description then no brief description is added to the detailed output done using
templates/memDef.jinja2
because thehas
function of theBrief
class inPrperty
checks for "detaileddescription" in XML instead of "briefdescription":This can be overcome by customizing the
memDef.jinja2
template by omitting thenode.has_brief
check, i.e. going from:to
The text was updated successfully, but these errors were encountered: