Tag Archives: rebar

Generate and publish edoc in Jenkins using Javadoc plugin

edoc is Erlang’s answer to javadoc and can be easily added to an existing Jenkins  Erlang build job leveraging the Jenkins javadoc plugin to generate and display documentation. Generate edoc Generate edoc for a rebar enabled project by invoking the following command ./rebar doc skip_deps=true This automatically creates creates a doc dir which will be […]