friendica/docblox.dist.xml
Abinoam P. Marques Jr a19d8d9e9f Added docblox default configuration file.
Now docblox can be run without arguments on friendica root dir.
The documentation will be generated on ./data/output
2012-03-03 16:53:10 -04:00

14 lines
234 B
XML

<?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>