From 2f36b4d22beeb7f4f0cedf922c0c26d037f54477 Mon Sep 17 00:00:00 2001 From: Steve Lamerton Date: Wed, 21 Aug 2013 15:21:08 +0000 Subject: [PATCH] Fix ribbon documentation warnings. See #15346. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/ribbon/toolbar.h | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/interface/wx/ribbon/toolbar.h b/interface/wx/ribbon/toolbar.h index 96c59777b6..c73f96380c 100644 --- a/interface/wx/ribbon/toolbar.h +++ b/interface/wx/ribbon/toolbar.h @@ -325,7 +325,7 @@ public: /** Get any client data associated with the tool. - @param toolId + @param tool_id ID of the tool in question, as passed to AddTool(). @return Client data, or @NULL if there is none. @@ -337,7 +337,7 @@ public: /** Called to determine whether a tool is enabled (responds to user input). - @param toolId + @param tool_id ID of the tool in question, as passed to AddTool(). @return @true if the tool is enabled, @false otherwise. @@ -351,7 +351,7 @@ public: /** Returns the help string for the given tool. - @param toolId + @param tool_id ID of the tool in question, as passed to AddTool(). @since 2.9.4 @@ -361,7 +361,7 @@ public: /** Return the kind of the given tool. - @param toolId + @param tool_id ID of the tool in question, as passed to AddTool(). @since 2.9.4 @@ -372,7 +372,7 @@ public: Returns the tool position in the toolbar, or @c wxNOT_FOUND if the tool is not found. - @param toolId + @param tool_id ID of the tool in question, as passed to AddTool(). @since 2.9.4 @@ -382,7 +382,7 @@ public: /** Gets the on/off state of a toggle tool. - @param toolId + @param tool_id ID of the tool in question, as passed to AddTool(). @return @true if the tool is toggled on, @false otherwise. @@ -419,8 +419,10 @@ public: /** Sets the client data associated with the tool. - @param id + @param tool_id ID of the tool in question, as passed to AddTool(). + @param clientData + The client data to use. @since 2.9.4 */ @@ -432,6 +434,8 @@ public: @param tool_id ID of the tool in question, as passed to AddTool(). + @param bitmap + Bitmap to use for disabled tools. @since 2.9.4 */ @@ -440,7 +444,7 @@ public: /** Sets the help string shown in tooltip for the given tool. - @param tool_Id + @param tool_id ID of the tool in question, as passed to AddTool(). @param helpString A string for the help. @@ -456,6 +460,8 @@ public: @param tool_id ID of the tool in question, as passed to AddTool(). + @param bitmap + Bitmap to use for normals tools. @since 2.9.4 */ -- 2.45.2