From: Francesco Montorsi Date: Thu, 20 Mar 2008 18:10:49 +0000 (+0000) Subject: fix a macroscopic error which made Doxygen generate invalid XML X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/483724a1ad7074f3b7ea5b92c017804daeb99fa3 fix a macroscopic error which made Doxygen generate invalid XML git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/treectrl.h b/interface/treectrl.h index ee416f9d44..e1f8bb474d 100644 --- a/interface/treectrl.h +++ b/interface/treectrl.h @@ -399,33 +399,16 @@ public: //@{ /** Returns the font of the item label. - */ - wxTreeItemData* GetItemData(const wxTreeItemId& item) const; - const See also - wxTreeItemData -wxPython note: -wxPython provides the following shortcut method: - - - - - - - - GetPyData(item) - - - - - Returns the Python Object - associated with the wxTreeItemData for the given item Id. - - - - - + @see wxTreeItemData + @beginWxPythonOnly + wxPython provides the following shortcut method: + @li GetPyData(item): Returns the Python Object associated with the + wxTreeItemData for the given item Id. + @endWxPythonOnly + */ + wxTreeItemData* GetItemData(const wxTreeItemId& item) const; wxFont GetItemFont(const wxTreeItemId& item) const; //@}