On Tue, 8 Jan 2008, Abdelrazak Younes wrote:
To recap, in .h :
/// This is a class.
/**
* Detailed doc about the class...
*
**/
class foo
{
/// This is a method.
void bar();
}
And in the .cpp:
/**
* Detailed doc about the method...
*
**/
void foo::bar()
{...}
The trailing dot after the first line in the header *is* *important*.
Umm.. which trailing dot? Do you mean asterisk? ('*')
The problem with lfuns.h is that its edition triggers an almost full
recompile.
Andre', is that you?
ii) if there is a way how to output list from the
doxies around LFUNS in the .cpp file then
a) firstly resort them thematically - this can take
some time to get it 'right'
b) later move doxy comment there from .h
I think we should put the comments in the .cpp now and try to resolve the
doxygen issue now or later. It will be resolved eventually.
Ok, I agree with you now. Good points.
/Christian
--
Christian Ridderström, +46-8-768 39 44 http://www.md.kth.se/~chr