1edoc_doclet_chunks(3) Erlang Module Definition edoc_doclet_chunks(3)
2
3
4
6 edoc_doclet_chunks - Doclet generating standalone
7 EEP-48 doc chunk files.
8
10 Doclet generating standalone EEP-48 doc chunk files.
11
12 Section Using the EDoc API in the EDoc User's Guide shows an example of
13 using this module.
14
16 run(Doclet_gen::edoc_doclet:command(), Ctxt::edoc_doclet:context()) ->
17 ok
18
19 Main doclet entry point.
20
21 This doclet is tightly coupled with edoc_layout_chunks and
22 should be used together with it.
23
24 The only option this doclet accepts is dir, which controls where
25 the chunks subdirectory and the EEP-48 chunk files will be
26 placed.
27
29 edoc_layout_chunks, shell_docs(3)
30
32 Radek Szymczyszyn <lavrin@gmail.com>
33
34
35
36 edoc 1.1 edoc_doclet_chunks(3)