From d40ef30901022c14228e2cd65b5f8cfbdbebd197 Mon Sep 17 00:00:00 2001 From: Lutz Behnke Date: Wed, 21 Sep 2016 20:24:55 +0200 Subject: add info for param and returns tags --- lib/edoc/doc/overview.edoc | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lib/edoc/doc/overview.edoc') diff --git a/lib/edoc/doc/overview.edoc b/lib/edoc/doc/overview.edoc index d2bba9d744..3a2118928a 100644 --- a/lib/edoc/doc/overview.edoc +++ b/lib/edoc/doc/overview.edoc @@ -377,6 +377,12 @@ The following tags can be used before a function definition: Useful for debug/test functions, etc. The content can be used as a comment; it is ignored by EDoc. +
`@param'
+
Provide more information on a single parameter of the + enclosing function. The content consists of a parameter name, + followed by one or more whitespace characters, and XHTML text. +
+
`@private'
Marks the function as private (i.e., not part of the public interface), so that it will not appear in the normal @@ -386,6 +392,10 @@ The following tags can be used before a function definition: always "private".) The content can be used as a comment; it is ignored by EDoc.
+
`@returns'
+
Specify additional information about the value returned by + the function. Content consists of XHTML text.
+
`@see'
Make a reference to a module, function, datatype, or application. (See {@section References}.) -- cgit v1.2.3 From 31126f1d14ff5e68298a4fdad1796cddd041ef28 Mon Sep 17 00:00:00 2001 From: Richard Carlsson Date: Wed, 8 Jul 2015 23:40:26 +0200 Subject: Replace broken example URL --- lib/edoc/doc/overview.edoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/edoc/doc/overview.edoc') diff --git a/lib/edoc/doc/overview.edoc b/lib/edoc/doc/overview.edoc index 3a2118928a..981320f1fc 100644 --- a/lib/edoc/doc/overview.edoc +++ b/lib/edoc/doc/overview.edoc @@ -276,11 +276,11 @@ The following tags can be used before a module declaration: ```%% @author Richard Carlsson''' ```%% @author Richard Carlsson - %% [http://user.it.uu.se/~richardc/]''' + %% [http://example.net/richardc/]''' ```%% @author ''' -```%% @author carlsson.richard@gmail.com [http://user.it.uu.se/~richardc/]''' +```%% @author carlsson.richard@gmail.com [http://example.net/richardc/]'''
`@copyright'
-- cgit v1.2.3