//////////////////////////////////////////////////////////////////////////////// // 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("./htmldoc"); q.SetSourceDir(".."); q.MakeAll(); }