Changeset 1116 for trunk/MagicSoft/Mars/macros/dohtml.C
- Timestamp:
- 12/17/01 10:20:08 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/dohtml.C
r1077 r1116 33 33 // create the html document class 34 34 // 35 MHtml html;35 THtml html; 36 36 37 37 html.SetOutputDir("htmldoc"); 38 38 html.SetSourceDir(".:mbase:mraw:mgui:manalysis:mdatacheck:mmain:meventdisp:mmc:mmontecarlo:mhist:mfilter"); 39 html.SetXwho("http://hegra1.mppmu.mpg.de/MAGICWeb/collaborators.html?");40 39 41 40 html.MakeAll(kTRUE);
Note:
See TracChangeset
for help on using the changeset viewer.