diff options
author | Hans Bolinder <[email protected]> | 2016-05-18 10:06:31 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2016-05-18 10:06:31 +0200 |
commit | 2772cb600349a4a015a478ba5cdfd6188b54bf8a (patch) | |
tree | 4225f0ef1a21472cba13177930c5082c59b80b2c /lib/stdlib/doc/src/ets.xml | |
parent | eed258eb615c1743f4630329abf96986ffaf28e8 (diff) | |
parent | 348227049f0183854adea2d71d9555fda0ed19c8 (diff) | |
download | otp-2772cb600349a4a015a478ba5cdfd6188b54bf8a.tar.gz otp-2772cb600349a4a015a478ba5cdfd6188b54bf8a.tar.bz2 otp-2772cb600349a4a015a478ba5cdfd6188b54bf8a.zip |
Merge branch 'hasse/erl_docgen/datatype_anchors/OTP-13600/ERL-141'
* hasse/erl_docgen/datatype_anchors/OTP-13600/ERL-141:
kernel: Remove no longer needed anchors in documentation
stdlib: Remove no longer needed anchors in documentation
erts: Remove no longer needed anchors in documentation
erl_docgen: Add anchors to datatypes without name attribute
Diffstat (limited to 'lib/stdlib/doc/src/ets.xml')
-rw-r--r-- | lib/stdlib/doc/src/ets.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/stdlib/doc/src/ets.xml b/lib/stdlib/doc/src/ets.xml index b32638f04d..ad7591e214 100644 --- a/lib/stdlib/doc/src/ets.xml +++ b/lib/stdlib/doc/src/ets.xml @@ -135,8 +135,7 @@ <datatype> <name>continuation()</name> <desc> - <p><marker id="type-continuation"/> - Opaque continuation used by <seealso marker="#select/1"> + <p>Opaque continuation used by <seealso marker="#select/1"> <c>select/1,3</c></seealso>, <seealso marker="#select_reverse/1"> <c>select_reverse/1,3</c></seealso>, <seealso marker="#match/1"> |