Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

File:
1 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)
Note: See TracChangeset for help on using the changeset viewer.