View Single Post
Old 11-21-2011, 09:55 AM   #9
MartinZ
Zealot
MartinZ doesn't litterMartinZ doesn't litter
 
Posts: 110
Karma: 138
Join Date: Mar 2011
Device: PB903, PB603
syntax of comments

Quote:
I noticed that we have different comments format. I think we have to use single format. As for me, the format "//!" is ok.
That's not "my" format, but I follow the syntax given by Doxygen.

Doxygen let's us steer the documentation, that it generates from the .h-file.

We can define groups, comment functions and their parameters and return values and a lot of more things.

For this Doxygen requires a certain way of commenting. I looked some techniques up in the Doxygen manual and used it this way.

If our aim is to have a Doxygen-generated html-documentation, we have to stick to Doxygen's syntax.

But you could suggest, which set of doxygen comments we should use and which one we should avoid, to get a homogen and smooth documentation-style.

by the way:

shouldn't it read "\brief" and not "\breaf" ?

Last edited by MartinZ; 11-21-2011 at 10:00 AM.
MartinZ is offline   Reply With Quote