Procházet zdrojové kódy

rebar.config.sample: document leex and yecc options

pull/3/head
Tuncer Ayaz před 12 roky
rodič
revize
39728242f0
1 změnil soubory, kde provedl 12 přidání a 0 odebrání
  1. +12
    -0
      rebar.config.sample

+ 12
- 0
rebar.config.sample Zobrazit soubor

@ -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

Načítá se…
Zrušit
Uložit