Skip to content

Commit

Permalink
Use lodox@develop
Browse files Browse the repository at this point in the history
  • Loading branch information
yurrriq committed Oct 31, 2016
1 parent 89169d7 commit c47e778
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@

{deps, [{lfe, "1.2.0"}]}.

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

%% {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]}
%% ]}
%% ]}
%% ]}.
{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 c47e778

Please sign in to comment.