diff options
author | Anthony Ramine <[email protected]> | 2012-06-02 18:37:19 +0200 |
---|---|---|
committer | Anthony Ramine <[email protected]> | 2012-06-02 18:41:17 +0200 |
commit | 26ad68f8246e38c915721d6112e075db182ed27b (patch) | |
tree | 3d4888a6b57f1b2b9816036b0cc5136dd4e15f9d /lib/stdlib/doc/src/epp.xml | |
parent | 78553dceee0bd891558995a0a4ea993f6d58f6cb (diff) | |
download | otp-26ad68f8246e38c915721d6112e075db182ed27b.tar.gz otp-26ad68f8246e38c915721d6112e075db182ed27b.tar.bz2 otp-26ad68f8246e38c915721d6112e075db182ed27b.zip |
Allow setting of initial position in epp
Diffstat (limited to 'lib/stdlib/doc/src/epp.xml')
-rw-r--r-- | lib/stdlib/doc/src/epp.xml | 2 |
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. |