Diese Webseite funktioniert besser mit JavaScript.
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
SisMaker
/
rebar3
Beobachten
1
Favorisieren
0
Fork
0
Code
Issues
0
Pull-Requests
0
Projekte
0
Releases
62
Wiki
Aktivität
Quellcode durchsuchen
rebar.config.sample: document leex and yecc options
pull/3/head
Tuncer Ayaz
vor 12 Jahren
Ursprung
0d5583db5a
Commit
39728242f0
1 geänderte Dateien
mit
12 neuen
und
0 gelöschten
Zeilen
Geteilte Ansicht
Diff-Optionen
Statistiken anzeigen
Patch-Datei herunterladen
Vergleichs-Datei herunterladen
+12
-0
rebar.config.sample
+ 12
- 0
rebar.config.sample
Datei anzeigen
@ -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
Verfassen
Vorschau
Laden…
Abbrechen
Speichern