23class THtmlDemo:
public TObject {
27 printf(
"This class is for demonstration purposes only!\n");
29 ~THtmlDemo() {
if (fHtml)
delete fHtml; }
41 GetHtml()->SetSourceDir(
"$(ROOTSYS)/tutorials");
42 GetHtml()->Convert(
"htmlex.C",
"Example of THtml",
"./htmldoc/",
"./");
51 GetHtml()->SetSourceDir(
"$(ROOTSYS)/tutorials");
52 GetHtml()->SetOutputDir(
"./htmldoc");
53 GetHtml()->MakeIndex(
"THtmlDemo");
54 GetHtml()->MakeClass(
"THtmlDemo");
66 GetHtml()->SetSourceDir(
".:$(ROOTSYS)");
68 GetHtml()->SetSourceDir(
".");
69 GetHtml()->SetOutputDir(
"./htmldoc");
75 MakeDocForAllClasses();
84 if (!fHtml) fHtml =
new THtml();
89 Int_t fVeryUselessMember;
#define ClassDef(name, id)
Mother of all ROOT objects.