aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc
diff options
context:
space:
mode:
authorAnthony Ramine <[email protected]>2012-06-02 18:37:19 +0200
committerAnthony Ramine <[email protected]>2012-06-02 18:41:17 +0200
commit26ad68f8246e38c915721d6112e075db182ed27b (patch)
tree3d4888a6b57f1b2b9816036b0cc5136dd4e15f9d /lib/stdlib/doc
parent78553dceee0bd891558995a0a4ea993f6d58f6cb (diff)
downloadotp-26ad68f8246e38c915721d6112e075db182ed27b.tar.gz
otp-26ad68f8246e38c915721d6112e075db182ed27b.tar.bz2
otp-26ad68f8246e38c915721d6112e075db182ed27b.zip
Allow setting of initial position in epp
Diffstat (limited to 'lib/stdlib/doc')
-rw-r--r--lib/stdlib/doc/src/epp.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/stdlib/doc/src/epp.xml b/lib/stdlib/doc/src/epp.xml
index 488499581f..a57c7084fa 100644
--- a/lib/stdlib/doc/src/epp.xml
+++ b/lib/stdlib/doc/src/epp.xml
@@ -51,6 +51,7 @@
<func>
<name name="open" arity="2"/>
<name name="open" arity="3"/>
+ <name name="open" arity="4"/>
<fsummary>Open a file for preprocessing</fsummary>
<desc>
<p>Opens a file for preprocessing.</p>
@@ -75,6 +76,7 @@
</func>
<func>
<name name="parse_file" arity="3"/>
+ <name name="parse_file" arity="4"/>
<fsummary>Preprocess and parse an Erlang source file</fsummary>
<desc>
<p>Preprocesses and parses an Erlang source file.