Skip to content

Commit

Permalink
Comment out lodox config for now
Browse files Browse the repository at this point in the history
  • Loading branch information
yurrriq committed Oct 31, 2016
1 parent aa62241 commit 96f58b8
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@

{provider_hooks, [{pre, [{compile, {lfe, compile}}]}]}.

{project_plugins, [
{lodox, {git, "git://github.com/lfe-rebar3/lodox.git", {tag, "0.15.1"}}}
]}.

%% TODO:
%% {deps, [{lfe, "1.2.0"]}.

{lodox, [
{apps, [
{levaindoc, [
%% {'output-path', "docs"}, % TODO: hex+hexdocs
{'source-uri',
"https://github.com/quasiquoting/levaindoc/blob"
"/{version}/{filepath}#L{line}"},
%% This is too ridiculous, otherwise...
{'excluded-modules', [levaindoc]}
]}
]}
]}.
%% {project_plugins, [
%% {lodox, {git, "git://github.com/lfe-rebar3/lodox.git", {tag, "0.15.1"}}}
%% ]}.

%% {lodox, [
%% {apps, [
%% {levaindoc, [
%% %% {'output-path', "docs"}, % TODO: hex+hexdocs
%% {'source-uri',
%% "https://github.com/quasiquoting/levaindoc/blob"
%% "/{version}/{filepath}#L{line}"},
%% %% This is too ridiculous, otherwise...
%% {'excluded-modules', [levaindoc]}
%% ]}
%% ]}
%% ]}.

0 comments on commit 96f58b8

Please sign in to comment.