]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed some label errors
authorJulian Smart <julian@anthemion.co.uk>
Mon, 3 Dec 2001 11:36:04 +0000 (11:36 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 3 Dec 2001 11:36:04 +0000 (11:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12840 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/filename.tex
docs/latex/wx/text.tex

index f20099f3ca520711fe80d68b31ec493411d5fbcd..4769f24b3815ccf117bae361b4d5487d8b03171c 100644 (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 = ""}}
index af0fd125565794f986a5fd4f926831102b4e23eb..befde501633e6a69a25d8e9a1fa2eeab2ff0738a 100644 (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}