]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/listbox.h
do not use preprocessor macros in interface headers; doxygen doesn't know about prepr...
[wxWidgets.git] / interface / wx / listbox.h
index ea702f2381ece767c82698314c39273f5d444698..363f62471137c0a05e502802589f0ba469cae143 100644 (file)
@@ -171,7 +171,6 @@ public:
     */
     virtual int GetSelections(wxArrayInt& selections) const;
 
-    //@{
     /**
         Returns the item located at @a point, or @c wxNOT_FOUND if there
         is no item located at @a point.
@@ -187,8 +186,11 @@ public:
         @since 2.7.0
     */
     int HitTest(const wxPoint& point) const;
+
+    /**
+        @overload
+    */
     int HitTest(int x, int y) const;
-    //@}
 
     /**
         Insert the given number of strings before the specified position.