FACT++  1.0
void PrintHelp ( )

Definition at line 87 of file dimctrl.cc.

Referenced by main().

88 {
89  Main::PrintHelp<StateMachineDimControl>();
90 
91  /* Additional help text which is printed after the configuration
92  options goes here */
93 
94  /*
95  cout << "bla bla bla" << endl << endl;
96  cout << endl;
97  cout << "Environment:" << endl;
98  cout << "environment" << endl;
99  cout << endl;
100  cout << "Examples:" << endl;
101  cout << "test exam" << endl;
102  cout << endl;
103  cout << "Files:" << endl;
104  cout << "files" << endl;
105  cout << endl;
106  */
107 }

+ Here is the caller graph for this function: