1edoc_cmd(1) User Commands edoc_cmd(1)
2
3
4
6 edoc_cmd - EDoc command line interface EScript.
7
8
10 This script is a command line entry point to both edoc:application/2
11 and edoc:files/2 functions. It also allows to generate just the EEP-48
12 doc chunks (using the -chunks flag) instead of the complete HTML docu‐
13 mentation.
14
16 edoc -app <app> [-chunks]
17
18 EDoc is invoked via edoc:application/2, with the default set of
19 options. If -chunks is given, then only doc chunks will be gen‐
20 erated, not the full HTML documentation.
21
22 Run the script with no arguments to get the full list of op‐
23 tions.
24
25 edoc -files <erl_file>... [-chunks]
26
27 EDoc is invoked via edoc:files/2, with the default set of op‐
28 tions. If -chunks is given, then only doc chunks will be gener‐
29 ated, not the full HTML documentation.
30
31 Run the script with no arguments to get the full list of op‐
32 tions.
33
34
35
36Ericsson AB edoc 1.2 edoc_cmd(1)