Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 6, 2010, 3:51:29 PM (14 years ago)
Author:
rgrieder
Message:

Added Doxygen documentation for ExprParser, MathConvert, OrxEnum, OrxAssert and TriBool.
Adjusted Doxygen documentation for Clock and Exception.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/doc/src/libraries/util/TriBool.h

    r6746 r7367  
    3535namespace orxonox
    3636{
     37    /** Sort of a boolean value that also has state \c Dontcare
     38    @remarks
     39        Even though \c False has the value 0, both \c True and \c Dontcare have
     40        a value other than 0. Keep that in mind when using TriBools in if statements.
     41    */
    3742    namespace TriBool
    3843    {
Note: See TracChangeset for help on using the changeset viewer.