diff options
author | Badlop <badlop@process-one.net> | 2008-04-01 10:11:39 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2008-04-01 10:11:39 +0000 |
commit | 5fd627b85be036ddec7a59175d3fb5aa2f7953a0 (patch) | |
tree | 213b0c096eeb478be89df69c1b2844e409f057bf /doc/api | |
parent | Add firewalling port range definition (diff) |
* doc/api/Makefile: Report the correct ejabberd version. When
cleaning, remove also erlang.png
* src/mod_muc/mod_muc_room.erl: Update source code to prevent
warning messages from EDoc
* src/mod_pubsub/mod_pubsub.erl: Likewise
* src/mod_pubsub/node_default.erl: Likewise
* src/mod_pubsub/nodetree_default.erl: Likewise
* src/mod_pubsub/nodetree_virtual.erl: Likewise
* src/mod_pubsub/pubsub.hrl: Likewise
SVN Revision: 1265
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api/Makefile b/doc/api/Makefile index 66f39955..a4c8dbb7 100644 --- a/doc/api/Makefile +++ b/doc/api/Makefile @@ -1,5 +1,5 @@ APPNAME = ejabberd -VSN = SVN +VSN = $(shell sed '/VERSION/!d;s/\(.*\)"\(.*\)"\(.*\)/\2/' ../../src/ejabberd.hrl) DOCDIR=. SRCDIR=../../src @@ -11,6 +11,7 @@ all: docs clean: rm -f *.html rm edoc-info + rm erlang.png docs: erl -noshell -run edoc_run application \ |