summaryrefslogtreecommitdiff
path: root/lib/xmerl
diff options
context:
space:
mode:
authorLukas Larsson <lukas@erlang.org>2020-02-18 17:08:26 +0100
committerLukas Larsson <lukas@erlang.org>2020-02-24 09:53:15 +0100
commit1cd2aacc52841cca4a95838ce68961176454d01a (patch)
tree8c397c5cf3463ad036dba0ddb5f01734d65cf16f /lib/xmerl
parent82d5f9e99343b7060bb27c0dead167f2c104235d (diff)
downloaderlang-1cd2aacc52841cca4a95838ce68961176454d01a.tar.gz
Implement EEP-48 aka doc chunks
Diffstat (limited to 'lib/xmerl')
-rw-r--r--lib/xmerl/doc/src/xmerl_sax_parser.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/xmerl/doc/src/xmerl_sax_parser.xml b/lib/xmerl/doc/src/xmerl_sax_parser.xml
index 2244b53e44..0c5ecb5c2e 100644
--- a/lib/xmerl/doc/src/xmerl_sax_parser.xml
+++ b/lib/xmerl/doc/src/xmerl_sax_parser.xml
@@ -56,7 +56,7 @@
<taglist>
<tag><c>{continuation_fun, ContinuationFun}</c></tag>
<item>
- <seealso marker="#ContinuationFun/1">ContinuationFun</seealso> is a call back function to decide what to do if
+ <seealso marker="#Module:ContinuationFun/1">ContinuationFun</seealso> is a call back function to decide what to do if
the parser runs into EOF before the document is complete.
</item>
<tag><c>{continuation_state, term()}</c></tag>
@@ -65,7 +65,7 @@
</item>
<tag><c>{event_fun, EventFun}</c></tag>
<item>
- <seealso marker="#EventFun/3">EventFun</seealso> is the call back function for parser events.
+ <seealso marker="#Module:EventFun/3">EventFun</seealso> is the call back function for parser events.
</item>
<tag><c>{event_state, term()}</c></tag>
<item>