Assume You have a constructors, in which You use initializers list as
in an example:
TMyObject::TMyObject(int x1, int x2):
fX1(x1),
fX2(x2)
{
...
}
If You'll generate the HTML document you'll have this initialization
list included. It is not a problem if you initializes few variables
using the lits, but it looks akward if you initialize lets say 15
variables(!) - generated HTML documentation of constuctor looks really
cryptic and may scare out every programmer.
My suggestion would be to change THTML behaviour not to include
initialization list. If you've got other reasons explaining why
not to use big initialization lists - please, send me Your comments.
cheers!
Piotr Golonka
PS: send Your comments directly to Piotr.Golonka@cern.ch - I didn't
subscribe roottalk.