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/trunk@77524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-09-03 11:21:04 +00:00
parent 1a06dc33e7
commit dac14d96c5

View File

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