Re: [Doxygen-users] Need a specific help with xrefitem command
Brought to you by:
dimitri
From: dharakshah <dha...@in...> - 2016-01-26 00:59:59
|
Hi Fabi , Thanks for the reply. I have added perl script through FILTER_PATTERNS and doxygen is generating desired output. Basically I am using xrefitem twice. Like: /// \fixme \owner comment /// \owner1 \fixme1 comment where: ALIASES += owner="\link owner.html owner \endlink" \ ALIASES += fixme="\xrefitem fixme \"FIXME\" \"FIXMEs\"" \ ALIASES += owner1="\xrefitem owner \"owner\" \"Owner Page\"" ALIASES += fixme1="\link fixme.html Fixme \endlink" \ But I am adding 2nd line during the reprocessing ( FILTER_PATTERNS script - regexs) And in css I am hiding 2nd repeating documentation. So Now I am able to generate 2 pages fixme.html and owner.html with cross referenced. Thanks, Dharak -- View this message in context: http://doxygen.10944.n7.nabble.com/Need-a-specific-help-with-xrefitem-command-tp7523p7525.html Sent from the Doxygen - Users mailing list archive at Nabble.com. |