Changeset 1104 for trunk/src/Logger.h


Ignore:
Timestamp:
08/02/06 14:58:50 (18 years ago)
Author:
mar637
Message:

added doxygen documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Logger.h

    r1102 r1104  
    3333  /**
    3434   * push another message into the logger
    35    * @param[in] the message
    36    * @param[in] whether to add a newline character at the end
     35   * @param[in] s the message
     36   * @param[in] newline whether to add a newline character at the end
    3737   */ 
    3838  void pushLog(const std::string& s, bool newline=true) const;
    3939  /**
    4040   * pop the message form the logger
    41    * @returns the log message string
     41   * @return the log message string
    4242   */ 
    4343  std::string popLog() const;
Note: See TracChangeset for help on using the changeset viewer.