FACT++  1.0
void PrintHelp ( )

Definition at line 1399 of file feedback.cc.

Referenced by main().

1400 {
1401  Main::PrintHelp<StateMachineFeedback>();
1402 
1403  /* Additional help text which is printed after the configuration
1404  options goes here */
1405 
1406  /*
1407  cout << "bla bla bla" << endl << endl;
1408  cout << endl;
1409  cout << "Environment:" << endl;
1410  cout << "environment" << endl;
1411  cout << endl;
1412  cout << "Examples:" << endl;
1413  cout << "test exam" << endl;
1414  cout << endl;
1415  cout << "Files:" << endl;
1416  cout << "files" << endl;
1417  cout << endl;
1418  */
1419 }

+ Here is the caller graph for this function: