Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 15, 2008, 4:31:58 PM (16 years ago)
Author:
landauf
Message:
  • removed IdentifierList and replaced it by a std::list
  • changed several doxygen tags
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core/src/orxonox/core/DebugLevel.cc

    r790 r813  
    2626 */
    2727
    28 /*!
     28/**
    2929    @file DebugLevel.cc
    3030    @brief Implementation of the DebugLevel class.
     
    9999
    100100/**
    101     @returns the soft debug level, stored in the only existing instance of the DebugLevel class, configured in the config-file.
     101    @brief Returns the soft debug level, stored in the only existing instance of the DebugLevel class, configured in the config-file.
     102    @return The soft debug level
    102103*/
    103104int getSoftDebugLevel()
Note: See TracChangeset for help on using the changeset viewer.