Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 16, 2008, 3:46:25 AM (17 years ago)
Author:
landauf
Message:

added comments to all my classes in util

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/util/OutputHandler.h

    r1747 r1791  
    3232
    3333    The OutputHandler acts like std::cout, but output isn't only shown in the console,
    34     but also written to the logfile.
     34    but also written to the logfile and the ingame shell.
    3535*/
    3636
     
    4848namespace orxonox
    4949{
    50     //! The OutputHandler acts like std::cout, but redirects output to the console AND the logfile.
     50    //! The OutputHandler acts like std::cout, but redirects output to the console, the logfile and the ingame shell.
    5151    class _UtilExport OutputHandler
    5252    {
Note: See TracChangeset for help on using the changeset viewer.