Missed labels to replace number of 'topicNNN' in anchors.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-09-20 11:21:04 +00:00
parent 32d49041eb
commit a203f6c099
14 changed files with 57 additions and 57 deletions

View File

@@ -10,7 +10,7 @@ pattern that matches certain strings and doesn't match others.
\helpref{wxRegEx}{wxregex}
\subsection{Different Flavors of REs}
\subsection{Different Flavors of REs}\label{differentflavors}
\helpref{Syntax of the builtin regular expression library}{wxresyn}
@@ -25,7 +25,7 @@ AREs. BREs mostly exist for backward compatibility in some old programs;
they will be discussed at the \helpref{end}{wxresynbre}. POSIX EREs are almost an exact subset
of AREs. Features of AREs that are not present in EREs will be indicated.
\subsection{Regular Expression Syntax}
\subsection{Regular Expression Syntax}\label{resyntax}
\helpref{Syntax of the builtin regular expression library}{wxresyn}
@@ -339,7 +339,7 @@ is taken as a back reference if it comes after a suitable subexpression
(i.e. the number is in the legal range for a back reference), and otherwise
is taken as octal.
\subsection{Metasyntax}
\subsection{Metasyntax}label{remetasyntax}
\helpref{Syntax of the builtin regular expression library}{wxresyn}
@@ -474,7 +474,7 @@ If inverse partial newline-sensitive matching is specified,
this affects {\bf \caret} and {\bf \$} as with newline-sensitive matching, but not {\bf .} and bracket
expressions. This isn't very useful but is provided for symmetry.
\subsection{Limits And Compatibility}
\subsection{Limits And Compatibility}\label{relimits}
\helpref{Syntax of the builtin regular expression library}{wxresyn}