瀏覽代碼

Merge pull request #1423 from dgough/next

Fixed doxygen error in comment.
Sean Taylor 12 年之前
父節點
當前提交
fb3ee7f75f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);