[openbeosstorage] Re: Doxygen vote
- From: Keith Poole <keef@xxxxxxxxxxxxxxx>
- To: openbeosstorage@xxxxxxxxxxxxx
- Date: Tue, 19 Feb 2002 20:33:59 +0000
I think there's a place for both kinds, it all depends on what the
method is doing. E.g.
/*! Complex function
* this function does......
* .... and other complex stuff
*/
void BComplex::DeadComplexFunction(....)
and
/!* Returns the current value */
int BSimple::GetValue()
Keith
Mike Lee wrote:
>>I'm voting for concise doxygen comments.
>>
>
>Not keen on, for a start they don't inhertly "wrap" well, I really don't
>like like my lines wrapping themselfs.
>Plus the extras are left of, so doxgen will not get the params, return
>values etc.
>
>My vote would be
>
>Top of each file having
>
>/** One Liner
> * any extra information
> * Blah blah blah...
> *
> * @see <a href="http://open-beos.sf.net/bsd-mit.html"> OpenBeOS license
></a>
> * @auther <a href="mailto:me@xxxxxxxxxxxx"> Me </a>
> * @auther <a href="mailto:you@xxxxxxxxxxxx"> You </a>
> * @version 1
> */
>
>The fuctions having either your one liner (if nothing else is required) or
>
>/** Onliner
> * Any Extra Info
> *
> * @param Fish The fish you want to check
> * @returns The status of the fish
> * @see fish_stat
> */
>
>But then I do like Java's javadoc and end up using it a lot, people should
>not be reading the .h files to get info on the class, they should read the
>doxgen'ed .html files.
>
>Mike
>
- References:
- [openbeosstorage] Doxygen vote
- From: Tyler Dauwalder
- [openbeosstorage] Re: Doxygen vote
- From: Mike Lee
Other related posts:
- » [openbeosstorage] Doxygen vote
- » [openbeosstorage] Re: Doxygen vote
- » [openbeosstorage] Re: Doxygen vote
- [openbeosstorage] Doxygen vote
- From: Tyler Dauwalder
- [openbeosstorage] Re: Doxygen vote
- From: Mike Lee