Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 29, 2009, 10:04:43 PM (15 years ago)
Author:
rgrieder
Message:

Where the hell did those 's's come from? ;)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/resource2/src/util/Debug.h

    r3196 r5690  
    2929/**
    3030    @file
    31     @brief Handles different output-levels of errors, warnings, infos and debug informations.
     31    @brief Handles different output-levels of errors, warnings, infos and debug information.
    3232
    3333    The COUT(level) macro acts like std::cout, but the output is only performed if the given
     
    4545     1: Errors
    4646     2: Warnings
    47      3: Informations
     47     3: Information
    4848     4: Debug information
    4949     5: More debug information
    50      6: Crazy debug informations
     50     6: Crazy debug information
    5151
    5252    @example
Note: See TracChangeset for help on using the changeset viewer.