diff options
author | Andrew Thompson <andrew@hijacked.us> | 2010-11-19 14:03:12 -0500 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2010-11-20 00:13:45 +0100 |
commit | 9cafd06bdf51b5b5bc57a864f25c4424ffd0d111 (patch) | |
tree | 790d7bd2c59ef2c9e338d9f23019410ef2b89c00 | |
parent | 72cdcd9573759804f8ae962f959b777fec972e86 (diff) |
Document edoc_opts
-rw-r--r-- | rebar.config.sample | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rebar.config.sample b/rebar.config.sample index 6933076..91fefc4 100644 --- a/rebar.config.sample +++ b/rebar.config.sample @@ -27,6 +27,11 @@ %% SNMP mibs to compile first? {mib_first_files, []}. +%% == EDoc == + +%% EDoc options +{edoc_opts, []}. + %% == Port Compiler == %% List and wildcard list of files to be compiled. Default is `"c_src/*.c"' |