Commit a43b0b3c authored by Taddeus Kroes's avatar Taddeus Kroes

Configured phpdoc to use Zend template

parent f0dc1af6
...@@ -8,8 +8,12 @@ ...@@ -8,8 +8,12 @@
<transformer> <transformer>
<target>build/docs</target> <target>build/docs</target>
</transformer> </transformer>
<transformations>
<template name="zend" />
</transformations>
<files> <files>
<directory>.</directory> <directory>.</directory>
<ignore>tests/*</ignore> <ignore>tests/*</ignore>
<ignore>build/*</ignore>
</files> </files>
</phpdoc> </phpdoc>
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment