소스 검색

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

불러오는 중...
취소
저장