Re: [Doxygen-users] Suppressing @author in detaileddescription

2015-03-26 Thread Albert
something wit \if or \cond will also work Albert On Thu, Mar 26, 2015 at 3:57 PM, starfuryAll wrote: > Hi Robert, > > a workaround I used to accomplish this is to use the "ALIAS" feature: > "ALIASES = author=@todo " > > Since I do not include a TODO list in my documentation ("GENERATE_TODOLIST

Re: [Doxygen-users] Suppressing @author in detaileddescription

2015-03-26 Thread starfuryAll
Hi Robert, a workaround I used to accomplish this is to use the "ALIAS" feature: "ALIASES = author=@todo " Since I do not include a TODO list in my documentation ("GENERATE_TODOLIST = NO") the author information is not included in my documentation. HTH, Markus -- View this message in context:

[Doxygen-users] Suppressing @author in detaileddescription

2015-02-25 Thread Robert Wagner
Is there any method to suppress a particular section indicator from the detaileddescription? I created a DoxygenLayout.xml The only customization I see is changing the title with: setting this to no had no effect. The only thing that works is commenting them out: /** * */