21class THtmlDemo:
public TObject {
23 THtmlDemo(): fHtml(nullptr)
25 printf(
"This class is for demonstration purposes only!\n");
27 ~THtmlDemo()
override {
if (fHtml)
delete fHtml; }
39 GetHtml()->SetSourceDir(
"$(ROOTSYS)/tutorials");
40 GetHtml()->Convert(
"htmlex.C",
"Example of THtml",
"./htmldoc/",
"./");
49 GetHtml()->SetSourceDir(
"$(ROOTSYS)/tutorials");
50 GetHtml()->SetOutputDir(
"./htmldoc");
51 GetHtml()->MakeIndex(
"THtmlDemo");
52 GetHtml()->MakeClass(
"THtmlDemo");
64 GetHtml()->SetSourceDir(
".:$(ROOTSYS)");
66 GetHtml()->SetSourceDir(
".");
67 GetHtml()->SetOutputDir(
"./htmldoc");
73 MakeDocForAllClasses();
82 if (!fHtml) fHtml =
new THtml();
87 Int_t fVeryUselessMember;
#define ClassDefOverride(name, id)
Legacy ROOT documentation system.
Mother of all ROOT objects.