Current section
Files
Jump to
Current section
Files
include/rebar3_yang_plugin.hrl
-ifndef(YANG_PLUGIN).
-define(YANG_PLUGIN, 1).
-define(YANGDIR, filename:join(["src", "yang"])).
-define(YANGBUILDDIR, filename:join(["src", "yang", "hrl"])).
-endif.