mirror of
https://github.com/correl/rebar.git
synced 2024-11-24 03:00:14 +00:00
rebar.config.sample: document leex and yecc options
This commit is contained in:
parent
0d5583db5a
commit
39728242f0
1 changed files with 12 additions and 0 deletions
|
@ -35,6 +35,18 @@
|
||||||
%% SNMP mibs to compile first?
|
%% SNMP mibs to compile first?
|
||||||
{mib_first_files, []}.
|
{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 ==
|
||||||
|
|
||||||
%% EDoc options
|
%% EDoc options
|
||||||
|
|
Loading…
Reference in a new issue