Skip to content

erlang/rebar3_otpdoc_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rebar3_otpdoc_plugin

A rebar3 plugin for building OTP documentation

Use

Add the plugin to your rebar config:

{plugins, [
    {rebar3_otpdoc_plugin, {git, "https://github.com/erlang/rebar3_otpdoc_plugin.git", {branch, "master"}}}
]}.

Generate documentation by calling doc under namespace otp.

$ rebar3 otp doc
===> Generating specification-files
===> Installing html-files
===> Installing man-files

Options

Useful rebar.config options.

{otpdoc_opts, [{doc_src, string()},           %% default: $APP/doc/src
               {company, string()},           %% default: "Ericsson AB"
               {edoc_modules, [atom()]},      %% default: []
               {edoc_chapters, [string()]},   %% default: [], ex.: "doc/overview.edoc"
               {images, [string()]}           %% default: $APP/doc/src/**.{gif,jpeg,jpg,png}
              ]}.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages