Line | |
---|
1 | void dohtml()
|
---|
2 | {
|
---|
3 | //
|
---|
4 | // don't forget that the shared object must be loaded
|
---|
5 | //
|
---|
6 |
|
---|
7 | //
|
---|
8 | // create the html document class
|
---|
9 | //
|
---|
10 | THtml html;
|
---|
11 |
|
---|
12 | html.SetOutputDir("htmldoc");
|
---|
13 | html.SetSourceDir(".:mbase:mraw:mgui:manalysis:mdatacheck:meventdisp:mmc");
|
---|
14 |
|
---|
15 | html.MakeAll(kTRUE);
|
---|
16 |
|
---|
17 | html.SetSourceDir("macros");
|
---|
18 | html.Convert("merpp.C", "MARS - Merging and Preprocessing");
|
---|
19 | html.Convert("readraw.C", "MARS - How To Read A Raw");
|
---|
20 | html.Convert("rootlogon.C", "MARS - rootlogon.C");
|
---|
21 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.