use doxygen autolink for global enumerations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57843 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -365,7 +365,7 @@ public:
|
|||||||
@param mode
|
@param mode
|
||||||
The mode in which to open the file.
|
The mode in which to open the file.
|
||||||
@param access
|
@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,
|
bool Open(const wxString& filename, wxFile::OpenMode mode = wxFile::read,
|
||||||
int access = wxS_DEFAULT);
|
int access = wxS_DEFAULT);
|
||||||
|
@@ -889,7 +889,7 @@ public:
|
|||||||
|
|
||||||
@param flags
|
@param flags
|
||||||
The kind of normalization to do with the file name. It can be
|
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
|
@param cwd
|
||||||
If not empty, this directory will be used instead of current
|
If not empty, this directory will be used instead of current
|
||||||
working directory in normalization (see @c wxPATH_NORM_ABSOLUTE).
|
working directory in normalization (see @c wxPATH_NORM_ABSOLUTE).
|
||||||
|
Reference in New Issue
Block a user