aboutsummaryrefslogtreecommitdiffstats
path: root/lib/edoc/doc
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2015-03-10 09:54:02 +0100
committerHans Bolinder <[email protected]>2015-03-12 15:16:19 +0100
commit49b2127e3ea68464f7c02ad7f7875e304ded123e (patch)
tree5351656399120f12088bc6ce2ef468b6b561db67 /lib/edoc/doc
parent3ee0b4af0ea4cc1a9dd0b4f732f8f4028025d32e (diff)
downloadotp-49b2127e3ea68464f7c02ad7f7875e304ded123e.tar.gz
otp-49b2127e3ea68464f7c02ad7f7875e304ded123e.tar.bz2
otp-49b2127e3ea68464f7c02ad7f7875e304ded123e.zip
edoc: Correct documentation
Substitute references to edoc_lib:get_doc_env/3 for references to edoc_lib:get_doc_env/4.
Diffstat (limited to 'lib/edoc/doc')
-rw-r--r--lib/edoc/doc/overview.edoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/edoc/doc/overview.edoc b/lib/edoc/doc/overview.edoc
index 0ced8cab32..3639bb43a5 100644
--- a/lib/edoc/doc/overview.edoc
+++ b/lib/edoc/doc/overview.edoc
@@ -78,7 +78,7 @@ The following are the main functions for running EDoc:
typical Erlang application.</li>
<li>{@link edoc:files/2}: Creates documentation for a
specified set of source files.</li>
- <li>{@link edoc:run/3}: General interface function; the common
+ <li>{@link edoc:run/2}: General interface function; the common
back-end for the above functions. Options are documented here.</li>
</ul>