aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmerl
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2018-12-13 20:45:35 +0100
committerSverker Eriksson <[email protected]>2018-12-13 20:45:35 +0100
commit663c14e6fd332bf17c677351443d1762530c858d (patch)
tree1080d64515c0a5e14577de65bb75b534f9ccf568 /lib/xmerl
parent9959b13153a30abbaef43c03743fc05f4a1990e7 (diff)
parente7c8c9e783dfa978cbcfdfd1f2baecf0af754921 (diff)
downloadotp-663c14e6fd332bf17c677351443d1762530c858d.tar.gz
otp-663c14e6fd332bf17c677351443d1762530c858d.tar.bz2
otp-663c14e6fd332bf17c677351443d1762530c858d.zip
Merge branch 'maint'
Diffstat (limited to 'lib/xmerl')
-rw-r--r--lib/xmerl/doc/src/xmerl_sax_parser.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/xmerl/doc/src/xmerl_sax_parser.xml b/lib/xmerl/doc/src/xmerl_sax_parser.xml
index 8ea197e209..2390779028 100644
--- a/lib/xmerl/doc/src/xmerl_sax_parser.xml
+++ b/lib/xmerl/doc/src/xmerl_sax_parser.xml
@@ -31,7 +31,7 @@
<rev></rev>
</header>
- <module>xmerl_sax_parser</module>
+ <module since="">xmerl_sax_parser</module>
<modulesummary>XML SAX parser API</modulesummary>
<description>
@@ -325,7 +325,7 @@
<funcs>
<func>
- <name>file(Filename, Options) -> Result</name>
+ <name since="">file(Filename, Options) -> Result</name>
<fsummary>Parse file containing an XML document.</fsummary>
<type>
<v>Filename = string()</v>
@@ -347,7 +347,7 @@
</func>
<func>
- <name>stream(Xml, Options) -> Result</name>
+ <name since="">stream(Xml, Options) -> Result</name>
<fsummary>Parse a stream containing an XML document.</fsummary>
<type>
<v>Xml = unicode_binary() | latin1_binary() | [unicode_char()]</v>
@@ -381,7 +381,7 @@
<funcs>
<func>
- <name>ContinuationFun(State) -> {NewBytes, NewState}</name>
+ <name since="">ContinuationFun(State) -> {NewBytes, NewState}</name>
<fsummary>Continuation call back function.</fsummary>
<type>
<v>State = NewState = term()</v>
@@ -402,7 +402,7 @@
</func>
<func>
- <name>EventFun(Event, Location, State) -> NewState</name>
+ <name since="">EventFun(Event, Location, State) -> NewState</name>
<fsummary>Event call back function.</fsummary>
<type>
<v>Event = event()</v>