Generating HTML documentation

From: Ingo Strauch (strauch@toots.physik.rwth-aachen.de)
Date: Tue Jan 25 2000 - 13:39:23 MET


Hello rooters!

I'd like to generate HTML documentation for my class via

gSystem->Load("libTH1Particle.so");
THtml html;
gHtml->MakeClass("TH1Particle",kTRUE);

but the routine just skips my class:    -skipped-       TH1Particle

I'm using ROOT 2.23/09 on Linux and have the following lines in my
.rootrc:

----------------------------------------------------------------------------
# THtml specific settings.
Root.Html.OutputDir:        $(HOME)/root/html/
Unix.Root.Html.SourceDir:   ./:src/:$(HOME)/oop/:$(HOME)/root/macros/

Unix.*.Root.DynamicPath:   
$(HOME)/root/lib:$(HOME)/root:$(ROOTLIB):/usr/i486-linux-libc5/lib
----------------------------------------------------------------------------

All those paths exist, the shared library of TH1Particle resides in
$(HOME)/root/lib, the .h and .cc files reside in $(HOME)/oop/
I have compiled a dictionary and loading/using the library is ok, the
only thing that doesn't work is MakeClass()...

Ciao
Ingo



This archive was generated by hypermail 2b29 : Tue Jan 02 2001 - 11:50:17 MET