Changeset 7335 for code/branches/doc/src/libraries
- Timestamp:
- Sep 3, 2010, 1:30:59 PM (14 years ago)
- Location:
- code/branches/doc/src/libraries/core
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/doc/src/libraries/core/CommandLineParser.cc
r7303 r7335 41 41 namespace orxonox 42 42 { 43 //! @cmdarg 43 44 SetCommandLineOnlyArgument(optionsFile, "start.ini").shortcut("o"); 44 45 -
code/branches/doc/src/libraries/core/Core.cc
r7284 r7335 77 77 Core* Core::singletonPtr_s = 0; 78 78 79 //! @cmdarg 79 80 SetCommandLineArgument(settingsFile, "orxonox.ini").information("THE configuration file"); 81 //! @cmdarg 80 82 SetCommandLineSwitch(noIOConsole).information("Use this if you don't want to use the IOConsole (for instance for Lua debugging)"); 81 83 82 84 #ifdef ORXONOX_PLATFORM_WINDOWS 85 //! @cmdarg 83 86 SetCommandLineArgument(limitToCPU, 1).information("Limits the program to one CPU/core (1, 2, 3, etc.). Default is the first core (faster than off)"); 84 87 #endif -
code/branches/doc/src/libraries/core/PathConfig.cc
r6417 r7335 70 70 PathConfig* PathConfig::singletonPtr_s = 0; 71 71 72 //! @cmdarg 72 73 SetCommandLineArgument(externalDataPath, "").information("Path to the external data files"); 74 //! @cmdarg 73 75 SetCommandLineOnlyArgument(writingPathSuffix, "").information("Additional subfolder for config and log files"); 74 76 -
code/branches/doc/src/libraries/core/input/InputManager.cc
r7297 r7335 60 60 namespace orxonox 61 61 { 62 //! @cmdarg 62 63 SetCommandLineSwitch(keyboard_no_grab).information("Whether not to exclusively grab the keyboard"); 63 64
Note: See TracChangeset
for help on using the changeset viewer.