Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5017 in orxonox.OLD for orxonox/trunk/src/lib/util/ini_parser.cc


Ignore:
Timestamp:
Aug 14, 2005, 5:43:02 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: doxygen tags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/util/ini_parser.cc

    r5015 r5017  
    2929/**
    3030 *  constructs an IniParser using a file
    31  * @param filename: the path and name of the file to parse
     31 * @param fileName: the path and name of the file to parse
    3232*/
    3333IniParser::IniParser (const char* fileName)
     
    8888/**
    8989 * opens another file to parse
    90  * @param filename: path and name of the new file to parse
     90 * @param fileName: path and name of the new file to parse
    9191 * @return true on success false otherwise;
    9292*/
     
    317317}
    318318
     319/**
     320 * output the whole tree in a nice and easy way.
     321 */
    319322void IniParser::debug() const
    320323{
Note: See TracChangeset for help on using the changeset viewer.