From: Francesco Montorsi Date: Mon, 5 Jan 2009 18:24:05 +0000 (+0000) Subject: use doxygen autolink for global enumerations X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/992ff3310e25b3cfa91685e04e38f28d1b36f262?ds=sidebyside use doxygen autolink for global enumerations git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57843 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/file.h b/interface/wx/file.h index bc1fc15016..6b32e84dca 100644 --- a/interface/wx/file.h +++ b/interface/wx/file.h @@ -365,7 +365,7 @@ public: @param mode The mode in which to open the file. @param access - An OR-combination of wxPosixPermissions enumeration values. + An OR-combination of ::wxPosixPermissions enumeration values. */ bool Open(const wxString& filename, wxFile::OpenMode mode = wxFile::read, int access = wxS_DEFAULT); diff --git a/interface/wx/filename.h b/interface/wx/filename.h index 721c9c2f6c..8b97fea016 100644 --- a/interface/wx/filename.h +++ b/interface/wx/filename.h @@ -889,7 +889,7 @@ public: @param flags The kind of normalization to do with the file name. It can be - any or-combination of the wxPathNormalize enumeration values. + any or-combination of the ::wxPathNormalize enumeration values. @param cwd If not empty, this directory will be used instead of current working directory in normalization (see @c wxPATH_NORM_ABSOLUTE).