diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-11-18 19:50:54 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-11-18 19:50:54 +0100 |
commit | 39728242f0aa37f432eac0064c2810ac075c498b (patch) | |
tree | 41b678700495139a6d67397ee512f8478d3e9c0d | |
parent | 0d5583db5a82473688a313b013203db9242b348b (diff) |
rebar.config.sample: document leex and yecc options
-rw-r--r-- | rebar.config.sample | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/rebar.config.sample b/rebar.config.sample index f34ff93..b1d824b 100644 --- a/rebar.config.sample +++ b/rebar.config.sample @@ -35,6 +35,18 @@ %% SNMP mibs to compile first? {mib_first_files, []}. +%% leex options +{xrl_opts, []}. + +%% leex files to compile first +{xrl_first_files, []}. + +%% yecc options +{yrl_opts, []}. + +%% yecc files to compile first +{yrl_first_files, []}. + %% == EDoc == %% EDoc options |