On 08/23/2012 04:17 AM, Andrew Voelkel wrote:
> Hi,
>
> I'd like to put introductory paragraphs at the beginning of a module page, 
> before the list of functions and data structures. I would think that this 
> might do that:
>
> /// \defgroup mygroup my group
> /// \brief
> /// here would be
> /// an introductory paragraph for the module
>
> But that doesn't work. It puts the text under "detailed description" after 
> the function and data structure definitions.
>
> Is there any way to get what I want?
>
> - Andy


Hello Andy,

I did this in the past, except I don't know from the top of my head exactly how 
things work with using /// vs /** and what the \brief-command does with a 
newline. I can look it up in the manual, but I 
guess, so can you ;) It could also have something to do with the configuration 
settings you're using (especially some of the JAVA_* options)
 From your short example, my best guess is that you shouldn't put the newline 
after the \brief-command. If after some trials, and carefully reading the 
manual, you still can't quite get what you're 
looking for, please provide also you're configuration settings when posting 
your follow-up question and the type of documentation you're trying to generate 
(my guess is html, but I can't be sure from 
you're description)

Greetsz, Jakob


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to