Re: more comments in HTML doc

Pasha Murat (murat@cdfsga.fnal.gov)
Thu, 6 Aug 1998 17:19:59 -0500 (CDT)


Valery Fine writes:
>
> 2. There is no need to create share library.
> CINT may create the dictionary on "fly" from the *.h file
> directly.
>
> Just try:
>
> root [0] #include "mynewclass_description.h"
>
> to get the entry of your class. No compiler / linker /share
> lib are involved just CINT.

Hi Valery,-
as of today (at least on UNIX) Html doc could be generated only for
precompiled classes - see the proof below).

- regards, pasha.
--------------------------------------------------------------------------------
root [3] #include "SvxSim/Svx.hh"

.... skip THtml initialization

root [9] .class SVX
===========================================================================
class SVX
size=0xe8 FILE:SvxSim/Svx.hh LINE:43
(tagnum=554,voffset=12,isabstract=0,parent=-1,gcomp=0,=~cd=5)
List of base class--------------------------------------------------------
0x0 public: POBJECT

... skip the rest of the class declaration

root [10] gHtml->MakeClass("SVX")
Error in <THtml::MakeClass>: Unknown class 'SVX' !