
{erl_opts, [debug_info]}.

{deps, []}.

{dialyzer,
 [ {plt_extra_mods,
    [ xmerl_sax_parser,
      eunit
    ] }
 ] }.

{project_plugins,
 [ rebar3_ex_doc ]
}.

{profiles,
 [ {dev, [ {edoc_opts, [{private, true}]} ]},

   {chunks, [ {edoc_opts, [{doclet, edoc_doclet_chunks},
                           {layout, edoc_layout_chunks},
                           {preprocess, true}
                          ]} ]}
 ] }.

{ex_doc,
 [ {homepage_url, "https://fredyouhanaie.github.io/gen_xml"},
   {source_url, "https://github.com/fredyouhanaie/gen_xml"},
   {output, "exdoc"},
   {extras, [ {"gh_pages/overview.md", #{title => "Overview"}} ] },
   {main, "Overview"},
   {api_reference, true}
 ] }.

{hex, [ {doc, edoc} ]}.
