Auto-documentation: first step => the extension APIs

SVN:trunk[2585]
This commit is contained in:
Romain Quetiez
2013-01-04 13:43:52 +00:00
parent 18eee44ee6
commit 96530a5bdf
2 changed files with 337 additions and 25 deletions

13
phpdoc.dist.xml Normal file
View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<phpdoc>
<title><![CDATA[iTop extensions]]></title>
<parser>
<target>/var/www/doc-extensions</target>
</parser>
<transformer>
<target>/var/www/doc-extensions</target>
</transformer>
<files>
<file>/home/romain/itop-trunk/application/applicationextension.inc.php</file>
</files>
</phpdoc>