Remove recursive "see also" link from GetAppDocumentsDir() docs.

This was probably supposed to be "@see GetDocumentsDir()", but as this
function is already mentioned, and auto-linked by Doxygen, just above, another
link to it is unnecessary, so remove it.

Closes #16520.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@77527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-09-03 11:21:36 +00:00
parent d33d240e47
commit e265092879

View File

@@ -97,8 +97,6 @@ public:
- Mac: @c ~/Documents/appinfo
@since 2.9.0
@see GetAppDocumentsDir()
*/
virtual wxString GetAppDocumentsDir() const;