瀏覽代碼

rebar.config.sample: document leex and yecc options

pull/3/head
Tuncer Ayaz 12 年之前
父節點
當前提交
39728242f0
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. +12
    -0
      rebar.config.sample

+ 12
- 0
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

Loading…
取消
儲存