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
This commit is contained in:
Francesco Montorsi
2008-03-20 18:10:49 +00:00
parent ac3688c0d8
commit 483724a1ad

View File

@@ -399,33 +399,16 @@ public:
//@{
/**
Returns the font of the item label.
@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;
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.
wxFont GetItemFont(const wxTreeItemId& item) const;
//@}