aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2013-10-29 15:41:09 +0100
committerFredrik Gustafsson <[email protected]>2013-10-29 15:41:09 +0100
commitc204ee9319c2007bfe2124861d015f1afa935485 (patch)
treede8117c458af58ba24dbdde4a200bbad8812aa35
parentdcd763ba7c4805361f435cc82d98335c2a59e1d1 (diff)
parent8f4d1081433032a16c94c051844b48e22908b895 (diff)
downloadotp-c204ee9319c2007bfe2124861d015f1afa935485.tar.gz
otp-c204ee9319c2007bfe2124861d015f1afa935485.tar.bz2
otp-c204ee9319c2007bfe2124861d015f1afa935485.zip
Merge branch 'hawk/regexp_marker/OTP-11442' into maint
* hawk/regexp_marker/OTP-11442: Add XML marker for regexp syntax
-rw-r--r--lib/stdlib/doc/src/re.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/stdlib/doc/src/re.xml b/lib/stdlib/doc/src/re.xml
index 71a6e34513..7a9f37ca90 100644
--- a/lib/stdlib/doc/src/re.xml
+++ b/lib/stdlib/doc/src/re.xml
@@ -40,8 +40,8 @@
<p>This module contains regular expression matching functions for
strings and binaries.</p>
- <p>The regular expression syntax and semantics resemble that of
- Perl.</p>
+ <p>The <seealso marker="#regexp_syntax">regular expression</seealso>
+ syntax and semantics resemble that of Perl.</p>
<p>The library's matching algorithms are currently based on the
PCRE library, but not all of the PCRE library is interfaced and
@@ -702,7 +702,7 @@ This option makes it possible to include comments inside complicated patterns. N
</func>
</funcs>
-
+ <marker id="regexp_syntax"></marker>
<section>
<title>PERL LIKE REGULAR EXPRESSIONS SYNTAX</title>
<p>The following sections contain reference material for the