summaryrefslogtreecommitdiff
path: root/src/rebar_edoc.erl
Commit message (Collapse)AuthorAgeFilesLines
* remove more code that can be brought back later if neededTristan Sloughter2014-08-301-130/+0
|
* Implement 'rebar help CMD1 CMD2' and extend common 'rebar help' msgTuncer Ayaz2012-12-311-0/+11
| | | | | * allow plugins to print help message for implemented commands * append core rebar.config options to common 'rebar help' message
* rebar_edoc: use correct proplist() type (Reported-by: Kostis Sagonas)Tuncer Ayaz2012-10-031-1/+1
|
* Ensure edocs are also built if only overview.edoc changesEdwin Fine2012-08-081-30/+33
|
* Re-use rebar_utils:ebin_dir()Tuncer Ayaz2012-08-061-4/+1
|
* Remove shared stateTuncer Ayaz2012-07-131-4/+3
|
* Fix whitespace errorsTuncer Ayaz2012-06-081-1/+1
|
* Fix whitespace errorsTuncer Ayaz2012-06-071-4/+8
|
* Prefer edoc-info as determining file; overview-summary.html may notDave Smith2012-06-061-5/+5
| | | | always be generated
* Only regenerate edocs if a source file is newer thanDave Smith2012-06-061-2/+45
| | | | overview-summary.html
* Setup code path prior to calling edocJoseph Wayne Norton2011-10-201-0/+19
| | | | | | Setup code path prior to calling edoc so that edown, asciiedoc, and the like can work properly when generating their own documentation.
* Clean up specsTuncer Ayaz2011-03-281-2/+1
|
* Clean up codeTuncer Ayaz2011-02-061-2/+4
|
* Clean up emacs file local variablesTuncer Ayaz2011-01-311-1/+1
|
* Remove mention of "clean" command from rebar_edocDaniel Néri2010-11-141-1/+0
|
* Fixed 819; removed the edoc clean function entirely in favor of requiring ↵Dave Smith2010-10-251-13/+1
| | | | | | user to explicitly specify what files should be deleted. If there is no convention or way to programatically figure out what files to process, don't guess.
* Fixing http://hg.basho.com/rebar/issue/6; rebar_edoc was a little ↵Dave Smith2010-06-151-1/+5
| | | | enthusiastic about deleting the doc dir
* Include EDoc generation supporttheiw2010-03-041-0/+62