fix a few doxygen warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62957 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2009-12-20 14:50:50 +00:00
parent 7145bcfc47
commit 69aa257b83
4 changed files with 24 additions and 14 deletions

View File

@@ -39,8 +39,11 @@ public:
/**
Construct a ribbon tool bar with the given parameters.
@param parent
Parent window for the tool bar (typically a wxRibbonPanel).
@param id
An identifier for the toolbar. @c wxID_ANY is taken to mean a default.
@param pos
Initial position of the tool bar.
@param size
@@ -121,9 +124,7 @@ public:
@return An opaque pointer which can be used only with other tool bar
methods.
@see AddDropdownTool()
@see AddHybridTool()
@saa AddSeparator()
@see AddDropdownTool(), AddHybridTool(), AddSeparator()
*/
virtual wxRibbonToolBarToolBase* AddTool(
int tool_id,