Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11011


Ignore:
Timestamp:
Jan 2, 2016, 11:04:55 AM (8 years ago)
Author:
landauf
Message:

moved command line argument from Main to Core because it is used there

Location:
code/trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/core/Core.cc

    r10624 r11011  
    9494#endif
    9595
     96    SetCommandLineArgument(generateDoc, "")
     97        .information("Generates a Doxygen file from things like SetConsoleCommand");
     98
    9699    Core::Core(const std::string& cmdLine)
    97100        : applicationPaths_(NULL)
  • code/trunk/src/orxonox/Main.cc

    r10624 r11011  
    5151    /* ADD masterserver command */
    5252    SetCommandLineSwitch(masterserver).information("Start in masterserver mode");
    53 
    54     SetCommandLineArgument(generateDoc, "")
    55         .information("Generates a Doxygen file from things like SetConsoleCommand");
    5653
    5754    /**
Note: See TracChangeset for help on using the changeset viewer.