]> git.uio.no Git - u/mrichter/AliRoot.git/blame - RALICE/scripts/makedocs.cc
15-mar-2007 NvE AliTimestamp extended with Sidereal Time and Besselian Epoch.
[u/mrichter/AliRoot.git] / RALICE / scripts / makedocs.cc
CommitLineData
5486ca8d 1////////////////////////////////////////////////////////////////////////////////
2// ROOT macro to produce the documentation of all RALICE classes
3//
4//--- Author : NvE 16-oct-1999 UU-SAP Utrecht
5////////////////////////////////////////////////////////////////////////////////
6{
7 gSystem->Load("ralice");
8
9 THtml q;
53b1196a 10 q.SetOutputDir("./htmldoc");
11 q.SetSourceDir("..");
5486ca8d 12 q.MakeAll();
13}