From 39728242f0aa37f432eac0064c2810ac075c498b Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Sun, 18 Nov 2012 19:50:54 +0100 Subject: [PATCH] rebar.config.sample: document leex and yecc options --- rebar.config.sample | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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