Skip to content

Commit

Permalink
GUI: Don't endorse function naming against our guidelines in docu.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schickel committed May 27, 2014
1 parent 30d64ed commit 75a78c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/debugger.h
Expand Up @@ -74,8 +74,8 @@ class Debugger {
* Convenience macro that makes it easier to register a method
* of a debugger subclass as a command.
* Usage example:
* registerCmd("COMMAND", WRAP_METHOD(MyDebugger, MyCmd));
* would register the method MyDebugger::MyCmd(int, const char **)
* registerCmd("COMMAND", WRAP_METHOD(MyDebugger, myCmd));
* would register the method MyDebugger::myCmd(int, const char **)
* under the command name "COMMAND".
*/
#define WRAP_METHOD(cls, method) \
Expand Down

0 comments on commit 75a78c8

Please sign in to comment.