aboutsummaryrefslogtreecommitdiffstats
path: root/lib/edoc/src/edoc_doclet.erl
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2011-03-10 13:00:30 +0100
committerHans Bolinder <[email protected]>2011-03-10 13:00:30 +0100
commit839e24abdcc3e5a16ac78eb45e09736370e596fe (patch)
tree144fcf14894c8a5c7df3778d7b1d91fa6a72a1cb /lib/edoc/src/edoc_doclet.erl
parentcc5885e81da81dc52bd7890ff3612a48d2f4a9f2 (diff)
parent8052b98f596db048467c0c57cbaac1d3a27687ad (diff)
downloadotp-839e24abdcc3e5a16ac78eb45e09736370e596fe.tar.gz
otp-839e24abdcc3e5a16ac78eb45e09736370e596fe.tar.bz2
otp-839e24abdcc3e5a16ac78eb45e09736370e596fe.zip
Merge branch 'hb/edoc/specs_and_types/OTP-8525' into dev
* hb/edoc/specs_and_types/OTP-8525: Make Erlang specifications and types available in EDoc
Diffstat (limited to 'lib/edoc/src/edoc_doclet.erl')
-rw-r--r--lib/edoc/src/edoc_doclet.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/edoc/src/edoc_doclet.erl b/lib/edoc/src/edoc_doclet.erl
index f1d876d593..30eef3e63a 100644
--- a/lib/edoc/src/edoc_doclet.erl
+++ b/lib/edoc/src/edoc_doclet.erl
@@ -76,7 +76,7 @@
%% <dd>Specifies the suffix used for output files. The default value is
%% `".html"'.
%% </dd>
-%% <dt>{@type {hidden, bool()@}}
+%% <dt>{@type {hidden, boolean()@}}
%% </dt>
%% <dd>If the value is `true', documentation of hidden modules and
%% functions will also be included. The default value is `false'.
@@ -86,7 +86,7 @@
%% <dd>Specifies the name of the overview-file. By default, this doclet
%% looks for a file `"overview.edoc"' in the target directory.
%% </dd>
-%% <dt>{@type {private, bool()@}}
+%% <dt>{@type {private, boolean()@}}
%% </dt>
%% <dd>If the value is `true', documentation of private modules and
%% functions will also be included. The default value is `false'.