Hello,
I have a second idea:
What about having comments for member functions outside the function?
Let' say Root.Html.Description is set to "// --------", than it would be
nice if you could write your descriptions like this:
//----------------------------------------------
//
// This is how my class works
//
MyClass::MyMember(Int_t x1, Int_t x2)
{
// describing the first line of code
x1 = x2;
}
I think this would result in a more intuitive optic of the code.
Regards,
Thomas.
This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:50:41 MET