summaryrefslogtreecommitdiff
path: root/src/rebar_prv_edoc.erl
Commit message (Collapse)AuthorAgeFilesLines
* Add a provider hook for edocNathaniel Waisbrot2016-04-131-1/+7
| | | | Allows `pre_hooks` and `post_hooks` to fire for the `edoc` provider.
* run edoc provider in docs providerTristan Sloughter2015-07-211-1/+2
|
* fix bareness issuesFred Hebert2015-05-311-1/+1
| | | | | | - Crashes in providers lib when no providers in a namespace are bare - Making sure bareness matches semantics; i.e. a bare provider is visible, a non-bare provider is hidden.
* be able to use the specified edoclet in depssoranoba2015-05-161-1/+3
|
* Provide descriptions for all tasksFred Hebert2015-04-041-1/+1
|
* update all examples in providers to use rebar3Tristan Sloughter2015-03-071-1/+1
|
* add edoc providerTristan Sloughter2015-02-251-0/+48