Fixed some label errors

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12840 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2001-12-03 11:36:04 +00:00
parent 5ea757d054
commit 02a3b39120
2 changed files with 4 additions and 26 deletions

View File

@@ -184,24 +184,12 @@ Constructor from a directory name, file base name and extension
\func{void}{Assign}{\param{const wxFileName\& }{filepath}}
\membersection{wxFileName::Assign}\label{wxfilenameassign}
\func{void}{Assign}{\param{const wxString\& }{fullpath}, \param{wxPathFormat }{format = wxPATH\_NATIVE}}
\membersection{wxFileName::Assign}\label{wxfilenameassign}
\func{void}{Assign}{\param{const wxString\& }{volume}, \param{const wxString\& }{path}, \param{const wxString\& }{name}, \param{const wxString\& }{ext}, \param{wxPathFormat }{format = wxPATH\_NATIVE}}
\membersection{wxFileName::Assign}\label{wxfilenameassign}
\func{void}{Assign}{\param{const wxString\& }{path}, \param{const wxString\& }{name}, \param{wxPathFormat }{format = wxPATH\_NATIVE}}
\membersection{wxFileName::Assign}\label{wxfilenameassign}
\func{void}{Assign}{\param{const wxString\& }{path}, \param{const wxString\& }{name}, \param{const wxString\& }{ext}, \param{wxPathFormat }{format = wxPATH\_NATIVE}}
@@ -245,7 +233,7 @@ temporary file couldn't be created, the object is put into the\rtfsp
Reset all components to default, uninitialized state.
\membersection{wxFileName::CreateTempFileName}{wxfilenamecreatetempfilename}
\membersection{wxFileName::CreateTempFileName}\label{wxfilenamecreatetempfilename}
\func{static wxString}{CreateTempFileName}{\param{const wxString\& }{prefix}}
@@ -266,30 +254,21 @@ The full temporary file name or an empty string on error.
\func{bool}{DirExists}{\void}
does the directory with this name exists?
\membersection{wxFileName::DirExists}\label{wxfilenamedirexists}
\func{bool}{DirExists}{\param{const wxString\& }{dir}}
Does the directory with this name exists?
\membersection{wxFileName::DirName}\label{wxfilenamedirname}
\func{wxFileName}{DirName}{\param{const wxString\& }{dir}}
\membersection{wxFileName::FileExists}\label{wxfilenamefileexists}
\func{bool}{FileExists}{\void}
does the file with this name exists?
\membersection{wxFileName::FileExists}\label{wxfilenamefileexists}
\func{bool}{FileExists}{\param{const wxString\& }{file}}
Does the file with this name exists?
\membersection{wxFileName::FileName}\label{wxfilenamefilename}
@@ -297,7 +276,6 @@ does the file with this name exists?
static pseudo constructors
\membersection{wxFileName::GetCwd}\label{wxfilenamegetcwd}
\func{wxString}{GetCwd}{\param{const wxString\& }{volume = ""}}

View File

@@ -389,7 +389,7 @@ Copies the selected text to the clipboard and removes the selection.
Resets the internal `modified' flag as if the current edits had been saved.
\membersection{wxTextCtrl::GetDefaultStyle}{wxtextctrlgetdefaultstyle}
\membersection{wxTextCtrl::GetDefaultStyle}\label{wxtextctrlgetdefaultstyle}
\constfunc{const wxTextAttr\& }{GetDefaultStyle}{\void}