- ignore some files when calling phpdoc

This commit is contained in:
steinm 2012-05-08 08:07:07 +00:00
parent 07b1a9bc67
commit ef0200acdc

View File

@ -18,6 +18,6 @@ webdav:
rm -rf tmp
doc:
phpdoc -d LetoDMS_Core -t html
phpdoc -d LetoDMS_Core --ignore 'getusers.php,getfoldertree.php,config.php,reverselookup.php' -t html
.PHONY: webdav