Enabled automated doc building. Changes:

-build.xml, phing build file
-@package tags at acl_selector.php and db_update.php
-added documentation and some IDE files to .gitignore
-automated tool to find files that corrupt the doc build process
-removed ansi characters from SSH1.php, docBlox could not handle them
This commit is contained in:
Alexander Kampmann
2012-03-01 11:44:33 +01:00
parent 9986fc1910
commit e0c659b34b
6 changed files with 205 additions and 3 deletions

8
.gitignore vendored
View File

@@ -10,3 +10,11 @@ home.html
addon
*~
#ignore documentation, it should be newly built
doc/api
#ignore config files from eclipse, we don't want IDE files in our repository
.project
.buildpath
.externalToolBuilders
.settings