Packages

Generates nice looking documentation

Current section

Files

Jump to
rebar3_docs src rebar3_docs.erl
Raw

src/rebar3_docs.erl

-module(rebar3_docs).
-export([init/1]).
-spec init(rebar_state:t()) -> {ok, rebar_state:t()}.
init(State) ->
{ok, State1} = rebar3_docs_prv:init(State),
{ok, State1}.