summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Farina <[email protected]>2013-10-02 08:11:05 -0400
committerMatt Farina <[email protected]>2013-10-02 08:11:05 -0400
commit827e2dc07ed34500949ae573a2c9dae1240c91b2 (patch)
treeac3c766430c0300e762333189110efe89ce98e2f
parentf7527ecdfcd03bd61d03d25d82e9ceaf61da9d7c (diff)
Adding basic config file for phpdoc.
-rw-r--r--phpdoc.dist.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml
new file mode 100644
index 0000000..c037294
--- /dev/null
+++ b/phpdoc.dist.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<phpdoc>
+ <title>html5-php</title>
+ <parser>
+ <target>api</target>
+ </parser>
+ <transformer>
+ <target>api</target>
+ </transformer>
+ <files>
+ <directory>src</directory>
+ </files>
+</phpdoc> \ No newline at end of file