Added docblox default configuration file.

Now docblox can be run without arguments on friendica root dir.
The documentation will be generated on ./data/output
This commit is contained in:
Abinoam P. Marques Jr 2012-03-03 16:52:33 -04:00
parent 7230fa5a94
commit a19d8d9e9f
1 changed files with 13 additions and 0 deletions

13
docblox.dist.xml Normal file
View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<docblox>
<parser>
<target>data/output</target>
</parser>
<transformer>
<target>data/output</target>
</transformer>
<files>
<directory>.</directory>
</files>
</docblox>