Changeset 11011
- Timestamp:
- Jan 2, 2016, 11:04:55 AM (9 years ago)
- Location:
- code/trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/Core.cc
r10624 r11011 94 94 #endif 95 95 96 SetCommandLineArgument(generateDoc, "") 97 .information("Generates a Doxygen file from things like SetConsoleCommand"); 98 96 99 Core::Core(const std::string& cmdLine) 97 100 : applicationPaths_(NULL) -
code/trunk/src/orxonox/Main.cc
r10624 r11011 51 51 /* ADD masterserver command */ 52 52 SetCommandLineSwitch(masterserver).information("Start in masterserver mode"); 53 54 SetCommandLineArgument(generateDoc, "")55 .information("Generates a Doxygen file from things like SetConsoleCommand");56 53 57 54 /**
Note: See TracChangeset
for help on using the changeset viewer.