Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 24, 2010, 4:01:04 PM (14 years ago)
Author:
dafrick
Message:

Mostly more documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/notifications/dispatchers/CommandNotification.h

    r7488 r7489  
    4646    @brief
    4747        This class implements a method of displaying a Notification with information to an input command and the key the command is mapped to.
    48         The message that is displayed is a string made out uf the concatenation of the preMessage, the key the specified command is mapped to and the postMessage.
     48        The message that is displayed is a string made out of the concatenation of the preMessage, the key the specified command is mapped to and the postMessage.
    4949
    5050        In use it would like this:
     
    120120                 { this->postMessage_ = message; }
    121121
    122             const std::string& bindingNiceifyer(const std::string& binding);
     122            const std::string& bindingNiceifyer(const std::string& binding); //!< Transforms the input binding into a human readable form.
    123123
    124124    };
Note: See TracChangeset for help on using the changeset viewer.