//////////////////////////////////////////////////////////////////////////////// // ROOT macro to produce the documentation of all RALICE classes // //--- Author : NvE 16-oct-1999 UU-SAP Utrecht //////////////////////////////////////////////////////////////////////////////// { gSystem->Load("ralice"); THtml q; q.SetOutputDir("./html"); q.SetSourceDir("."); q.MakeAll(); }