Changeset 871 for code/trunk/src/orxonox/core/DebugLevel.cc
- Timestamp:
- Mar 9, 2008, 4:44:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/core/DebugLevel.cc
r790 r871 26 26 */ 27 27 28 /* !28 /** 29 29 @file DebugLevel.cc 30 30 @brief Implementation of the DebugLevel class. … … 32 32 33 33 #include "DebugLevel.h" 34 #include "CoreIncludes.h" 34 35 35 36 namespace orxonox … … 99 100 100 101 /** 101 @returns the soft debug level, stored in the only existing instance of the DebugLevel class, configured in the config-file. 102 @brief Returns the soft debug level, stored in the only existing instance of the DebugLevel class, configured in the config-file. 103 @return The soft debug level 102 104 */ 103 105 int getSoftDebugLevel()
Note: See TracChangeset
for help on using the changeset viewer.