Re: [Doxygen-users] Need a specific help with xrefitem command
Brought to you by:
dimitri
From: Fabian C. <Cen...@in...> - 2016-01-25 07:35:55
|
At 00:32 25.01.2016, dharakshah wrote: >Hi, I have specific questioon on usage of xrefitem. > >I have comment like: >/// \fixme owner1 comment1.... >some code > >/// \fixme owner2 comment2.... >some code > >/// \todo owner1 comment3.... >some code > >Now by using a xrefitem : fixme="\xrefitem fixme \"FIXME\" \"FIXMEs\"" >I am able to create a page called FIXME.html > >Now I have fixmes and todos associated with owners. >I want to generate a html page for each owner and they should listed all >fixmes and todos for that owner. Output should be >owner1.html >Fixme : comment1 >todo : comment3 > >owner2.html >Fixme: comment2 > >Can you please suggest a way if it is possible? It's probably the easiest to process the generated file and create the owner html files yourself. If you use a scripting language with html/xml support you don't need to parse the fixme file manually. bye Fabi |