Browse Source

Fixed doxygen error in comment.

Darryl Gough 12 years ago
parent
commit
086c0e7d8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gameplay/src/Control.h

+ 1 - 1
gameplay/src/Control.h

@@ -1122,7 +1122,7 @@ protected:
      * hovered, disabled, etc), this method is called to allow implementations to update
      * hovered, disabled, etc), this method is called to allow implementations to update
      * internal data related to control state.
      * internal data related to control state.
      *
      *
-     * @param The new control state.
+     * @param state The new control state.
      */
      */
     virtual void updateState(State state);
     virtual void updateState(State state);