Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
saleyn committed Oct 25, 2023
1 parent 3e040fc commit bf02705
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{erl_opts, [debug_info, warn_export_all]}.
{erl_first_files, ["etran_util.erl", "erlpipe.erl"]}.

{plugins, [rebar3_hex, rebar3_ex_doc]}.
{project_plugins, [rebar3_hex, rebar3_ex_doc]}.

{edoc_opts, [{title, "Collection of Erlang parse transforms"},
{overview, "build-aux/overview.edoc"},
Expand All @@ -12,6 +12,8 @@

{eunit_compile_opts, [{d,str_i2l},{d,str_b2l}]}.

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

{ex_doc, [
{extras, [
{"README.md", #{title => "Overview"}},
Expand Down
2 changes: 1 addition & 1 deletion src/etran.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
[{description,"Erlang Parse Transoforms"},
{vsn,"0.5.1"},
{applications,[kernel,stdlib]},
{licenses,["BSD"]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/saleyn/etran"}]}]}.

0 comments on commit bf02705

Please sign in to comment.