Fix links
authorRobert Roebling <robert@roebling.de>
Tue, 27 May 2008 10:37:00 +0000 (10:37 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 27 May 2008 10:37:00 +0000 (10:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/list.h

index ed442785c13fe8f81b6dd9bec59b4ec0eb21577f..e49ae62ed4fd3ea6a66672491355cf70c2e52dd2 100644 (file)
@@ -200,14 +200,12 @@ public:
     wxList<T>::compatibility_iterator Item(size_t index) const;
 
     /**
-        @note This function is deprecated, use wxList::Find instead.
+        @note This function is deprecated, use Find() instead.
     */
     wxList<T>::compatibility_iterator Member(T* object) const;
 
     /**
-        @note This function is deprecated, use @ref wxList::itemfunc Item instead.
-        Returns the @a nth node in the list, indexing from zero (@NULL if the list is
-        empty or the nth node could not be found).
+        @note This function is deprecated, use Item() instead.
     */
     wxList<T>::compatibility_iterator Nth(int n) const;