[Doxygen-users] Resolving refs in htmlonly/latexonly blocks
Brought to you by:
dimitri
From: Shawn H. <sha...@gm...> - 2016-03-25 15:07:57
|
Hello, I would like to use a footnote command based on the StackOverflow answer [1], like this: ALIASES += footnote{1}="\latexonly\footnote\{\1\}\endlatexonly\htmlonly<span class=\"ref\"><span class=\"refnum\">†</span><span class=\"refbody\" style=\"display:none;\">\1</span></span>\endhtmlonly" This works great for plain text, but doxygen commands in the custom command argument are not processed, due to the semantics of latexonly and htmlonly. What I would like to do is include a reference in some footnotes, for example: Documentation for foo. @footnote{For more details on things like foo, see @ref bar.} Any ideas to allow a richer footnote command like this? Thanks, Shawn [1] - http://stackoverflow.com/a/25292352/223029 |