Last change
on this file since 527 was 456, checked in by tbretz, 24 years ago |
2000/12/23: Thomas Bretz, changes see Changelog.
2000/12/23: Thomas Bretz, changes see Changelog.
2000/12/23: Thomas Bretz, changes see Changelog.
2000/12/23: Thomas Bretz, changes see Changelog.
2000/12/23: Thomas Bretz, changes see Changelog.
2000/12/23: Thomas Bretz, changes see Changelog.
2000/12/23: Thomas Bretz, changes see Changelog.
2000/12/23: Thomas Bretz, changes see Changelog.
2000/12/23: Thomas Bretz, changes see Changelog.
2000/12/23: Thomas Bretz, changes see Changelog.
2000/12/23: Thomas Bretz, changes see Changelog.
2000/12/23: Thomas Bretz, changes see Changelog.
2000/12/23: Thomas Bretz, changes see Changelog.
2000/12/23: Thomas Bretz, changes see Changelog.
2000/12/23: Thomas Bretz, changes see Changelog.
2000/12/23: Thomas Bretz, changes see Changelog.
2000/12/23: Thomas Bretz, changes see Changelog.
2000/12/23: Thomas Bretz, changes see Changelog.
2000/12/23: Thomas Bretz, changes see Changelog.
2000/12/23: Thomas Bretz, changes see Changelog.
|
File size:
447 bytes
|
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");
|
---|
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.