summaryrefslogtreecommitdiff
path: root/deps/edown/doc/edown_layout.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/edown/doc/edown_layout.md')
-rw-r--r--deps/edown/doc/edown_layout.md13
1 files changed, 4 insertions, 9 deletions
diff --git a/deps/edown/doc/edown_layout.md b/deps/edown/doc/edown_layout.md
index 10c00c1..109b8a9 100644
--- a/deps/edown/doc/edown_layout.md
+++ b/deps/edown/doc/edown_layout.md
@@ -5,15 +5,16 @@
* [Function Index](#index)
* [Function Details](#functions)
-
Markdown layout module for EDoc.
+
Copyright (c) 2014 Ulf Wiger
__Authors:__ Ulf Wiger ([`ulf@wiger.net`](mailto:ulf@wiger.net)).
+
<a name="description"></a>
## Description ##
- Derived from `edoc_layout`, which is part of the Erlang/OTP application EDoc.
+Derived from `edoc_layout`, which is part of the Erlang/OTP application EDoc.
The module is intended to be used together with edoc.<a name="index"></a>
## Function Index ##
@@ -32,17 +33,14 @@ The module is intended to be used together with edoc.<a name="index"></a>
`markdown(Title, CSS, Body) -> any()`
-
<a name="module-2"></a>
### module/2 ###
`module(Element, Options) -> any()`
-
The layout function.
-
Options to the standard layout:
@@ -116,26 +114,23 @@ used for exporting the documentation. See <a href="http://www.erlang.org/doc/man
-
__See also:__ [//edoc/edoc:layout/2](http://www.erlang.org/doc/man/edoc.html#layout-2), [edown_doclet:layout/2](edown_doclet.md#layout-2).
+
<a name="overview-2"></a>
### overview/2 ###
`overview(E, Options) -> any()`
-
<a name="package-2"></a>
### package/2 ###
`package(E, Options) -> any()`
-
<a name="type-1"></a>
### type/1 ###
`type(E) -> any()`
-