Disable "TODO:" interpretation in eDoc because usually, the following

text isn't in eDoc format.

PR:		EJABP-1

SVN Revision: 1857
This commit is contained in:
Jean-Sébastien Pédron 2009-01-30 15:50:13 +00:00
parent 69a2194efe
commit 4badd3b6ac
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-01-30 Jean-Sébastien Pédron <js.pedron@meetic-corp.com>
* doc/api/Makefile: Disable "TODO:" interpretation in eDoc because
usually, the following text isn't in eDoc format.
2009-01-23 Jean-Sébastien Pédron <js.pedron@meetic-corp.com>
* src/cyrsasl.erl, src/cyrsasl_plain.erl, src/cyrsasl_anonymous.erl,

View File

@ -15,4 +15,4 @@ clean:
docs:
erl -noshell -run edoc_run application \
"'$(APPNAME)'" '"$(SRCDIR)"' '[{dir,"$(DOCDIR)"},{packages, false},{todo,true},{private,true},{def,{vsn,"$(VSN)"}},{stylesheet,"process-one.css"},{overview,"$(DOCDIR)/overview.edoc"}]' -s init stop
"'$(APPNAME)'" '"$(SRCDIR)"' '[{dir,"$(DOCDIR)"},{packages, false},{todo,false},{private,true},{def,{vsn,"$(VSN)"}},{stylesheet,"process-one.css"},{overview,"$(DOCDIR)/overview.edoc"}]' -s init stop