Added docblox default configuration file.

Now docblox can be run without arguments on friendica root dir.
The documentation will be generated on ./data/output
pull/69/head
Abinoam P. Marques Jr 2012-03-03 16:52:33 -04:00
rodzic 7230fa5a94
commit a19d8d9e9f
1 zmienionych plików z 13 dodań i 0 usunięć

13
docblox.dist.xml 100644
Wyświetl plik

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