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
부모 7230fa5a94
커밋 a19d8d9e9f
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제

13
docblox.dist.xml Normal 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>