From: Julian Smart Date: Mon, 3 Dec 2001 11:36:04 +0000 (+0000) Subject: Fixed some label errors X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/02a3b39120a618998dc690e95c3983606ea97745 Fixed some label errors git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12840 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/filename.tex b/docs/latex/wx/filename.tex index f20099f3ca..4769f24b38 100644 --- a/docs/latex/wx/filename.tex +++ b/docs/latex/wx/filename.tex @@ -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 = ""}} diff --git a/docs/latex/wx/text.tex b/docs/latex/wx/text.tex index af0fd12556..befde50163 100644 --- a/docs/latex/wx/text.tex +++ b/docs/latex/wx/text.tex @@ -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}