1 {
2 THtml h;
3 h.SetProductName("FEDRA");
4 h.SetOutputDir("./htmldocs");
5 TString fsrc=gSystem->ExpandPathName("$(FEDRA_ROOT)/src");
6 void *fdir = gSystem->OpenDirectory(fsrc);
7 TString input;
9 while( (
sd=gSystem->GetDirEntry(fdir)) ) {
if(!strncmp(
sd,
"lib",3)) {input += fsrc; input +=
"/"; input+=
sd; input+=
":";} }
10
11 h.SetInputDir(input);
12 h.SetAuthorTag("//-- Author :");
13 h.MakeAll();
14}
void sd()
Definition: check_vertex.C:185