Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gendoc.cc
Go to the documentation of this file.
1 
2 #include <stdlib.h>
3 
4 #include <THtml.h>
5 
6 int main(int argc, char *argv[])
7 {
8  // Create THtml object and generate documentation
9  THtml html;
10  //html.SetInputDir("JANA:/usr/local/root/PRO/include");
11  html.MakeAll();
12 
13  return 0;
14 }
int main(int argc, char *argv[])
Definition: gendoc.cc:6