Hi Anton,
I use the following macro to generate the html files for all ROOT classes.
{
gSystem.Load("$HOME/venus/libVenus");
gSystem.Load("$HOME/pythia/libPythia");
gSystem.Load("$HOME/pythia6/libPythia6");
gSystem.Load("libProof");
gSystem.Load("libHistPainter");
gSystem.Load("libTreePlayer");
gSystem.Load("libTreeViewer");
gSystem.Load("libPhysics");
gSystem.Load("libThread");
gSystem.Load("libRFIO");
gSystem.Load("libRGL");
gSystem.Load("libX3d");
gSystem.Load("libEG");
gSystem.Load("libEGPythia");
gSystem.Load("libEGPythia6");
gSystem.Load("libEGVenus");
gSystem.Load("libStar");
THtml html;
html.MakeAll();
}
In your system.rootrc (or .rootrc) you must have lines like:
# THtml specific settings.
Root.Html.OutputDir: htmldoc/
Root.Html.SourcePrefix:
Unix.*.Root.Html.SourceDir: ./:src/:include/
Rene Brun
FOKIN@tsl.uu.se wrote:
>
> Hi rooters,
>
> is there an easy way to generate Html doc for native root classes?
> I mean I have root source tree and would like to produce htmldoc
> for all classes.
>
> Regards,
> Anton
This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:50:33 MET