Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5197 in orxonox.OLD for trunk/src/lib/shell/shell.h


Ignore:
Timestamp:
Sep 18, 2005, 2:57:20 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: doxygen-tags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell.h

    r5183 r5197  
    4242    void activate();
    4343    void deactivate();
     44    /** @returns true if the Shell is active, false otherwise. */
    4445    inline bool isActive() const { return this->bActive; };
    4546
     
    8283
    8384    // HANDLING TEXT INPUT
    84     ShellInput*              shellInput;
     85    ShellInput*              shellInput;             //!< The inputLine of the Shell.
    8586    // BUFFER
    8687    unsigned int             bufferDisplaySize;      //!< The Size of the Display-buffer, in lines (not in characters)
Note: See TracChangeset for help on using the changeset viewer.