]> git.uio.no Git - u/mrichter/AliRoot.git/blame - RALICE/scripts/makedocs.cc
08-oct-2007 NvE ADC (de)calibration function formula corrected for TWR data in IceDB2...
[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}