diff options
author | Lukas Larsson <[email protected]> | 2016-05-10 09:35:41 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2016-05-10 09:35:41 +0200 |
commit | 9afbe567667d78cd5f2e040bcf33913b169befa1 (patch) | |
tree | b71556bfc2058cc40a8bbc0c38940913b2dc1be9 /lib/stdlib/doc/src | |
parent | 929039adce30e62592cec1e8334dab99c4581b83 (diff) | |
download | otp-9afbe567667d78cd5f2e040bcf33913b169befa1.tar.gz otp-9afbe567667d78cd5f2e040bcf33913b169befa1.tar.bz2 otp-9afbe567667d78cd5f2e040bcf33913b169befa1.zip |
stdlib: Fix missing anchor in epp docs
Diffstat (limited to 'lib/stdlib/doc/src')
-rw-r--r-- | lib/stdlib/doc/src/epp.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/stdlib/doc/src/epp.xml b/lib/stdlib/doc/src/epp.xml index 0802f0e47c..ac87f9c2b6 100644 --- a/lib/stdlib/doc/src/epp.xml +++ b/lib/stdlib/doc/src/epp.xml @@ -102,6 +102,7 @@ <func> <name name="parse_erl_form" arity="1"/> <fsummary>Return the next Erlang form from the opened Erlang source file</fsummary> + <type name="warning_info"/> <desc> <p>Returns the next Erlang form from the opened Erlang source file. The tuple <c>{eof, <anno>Line</anno>}</c> is returned at end-of-file. The first |