]> git.saurik.com Git - wxWidgets.git/commitdiff
fix a macroscopic error which made Doxygen generate invalid XML
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Thu, 20 Mar 2008 18:10:49 +0000 (18:10 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Thu, 20 Mar 2008 18:10:49 +0000 (18:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/treectrl.h

index ee416f9d44352a5a3102a0b94ae617fe83dc164c..e1f8bb474d71ffbfb9e83bfe66001c58b531c36f 100644 (file)
@@ -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;
     //@}