From 94f562a27908672661ad7720507bba0753ca3ac6 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 23 May 2001 14:39:16 +0000 Subject: [PATCH] fixed broken links git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/dir.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/latex/wx/dir.tex b/docs/latex/wx/dir.tex index c05d4544c3..cb9dca65d9 100644 --- a/docs/latex/wx/dir.tex +++ b/docs/latex/wx/dir.tex @@ -126,7 +126,7 @@ empty) and flags, return TRUE on success. Continue enumerating files satisfying the criteria specified by the last call to \helpref{GetFirst}{wxdirgetfirst}. -\membersection{wxDir::Traverse}{wxdirtraverse} +\membersection{wxDir::Traverse}\label{wxdirtraverse} \func{size\_t}{Traverse}{\param{wxDirTraverser& }{sink}, \param{const wxString& }{filespec = wxEmptyString}, \param{int }{flags = wxDIR\_DEFAULT}} @@ -146,9 +146,9 @@ Depending on the return value, the enumeration may continue or stop. The function returns the total number of files found or {\tt (size\_t)-1} on error. -See also: \helpref{GetAllFiles}{wxdirgetallfiles} +See also: \helpref{GetAllFiles}\label{wxdirgetallfiles} -\membersection{wxDirTraverser::GetAllFiles}{wxdirtraversergetallfiles} +\membersection{wxDir::GetAllFiles}{wxdirgetallfiles} \func{static size\_t}{GetAllFiles}{\param{const wxString& }{dirname}, \param{wxArrayString *}{files}, \param{const wxString& }{filespec = wxEmptyString}, \param{int }{flags = wxDIR\_DEFAULT}} @@ -224,7 +224,7 @@ enum wxDirTraverseResult \latexignore{\rtfignore{\wxheading{Members}}} -\membersection{wxDirTraverser::OnFile}{wxdirtraverseronfile} +\membersection{wxDirTraverser::OnFile}\label{wxdirtraverseronfile} \func{virtual wxDirTraverseResult}{OnFile}{\param{const wxString& }{filename}} @@ -232,7 +232,7 @@ This function is called for each file. It may return {\tt wxDIR\_STOP} to abort traversing (for example, if the file being searched is found) or {\tt wxDIR\_CONTINUE} to proceed. -\membersection{wxDirTraverser::OnDir}{wxdirtraverserondir} +\membersection{wxDirTraverser::OnDir}\label{wxdirtraverserondir} \func{virtual wxDirTraverseResult}{OnDir}{\param{const wxString& }{dirname}} -- 2.47.2