HTML document generation.

From: Piotr Golonka (Piotr.Golonka@cern.ch)
Date: Thu Mar 11 1999 - 18:50:45 MET


Hi!
I'm just using THTML class to generate a documentation of my diploma
work and found one thing working not so fine.

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.



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:43:30 MET