Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 9, 2008, 4:44:36 PM (17 years ago)
Author:
landauf
Message:

merged core branch to trunk

File:
1 edited

Legend:

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

    r790 r871  
    2626 */
    2727
    28 /*!
     28/**
    2929    @file DebugLevel.cc
    3030    @brief Implementation of the DebugLevel class.
     
    3232
    3333#include "DebugLevel.h"
     34#include "CoreIncludes.h"
    3435
    3536namespace orxonox
     
    99100
    100101/**
    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
    102104*/
    103105int getSoftDebugLevel()
Note: See TracChangeset for help on using the changeset viewer.