mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +00:00
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:
parent
7230fa5a94
commit
a19d8d9e9f
1 changed files with 13 additions and 0 deletions
13
docblox.dist.xml
Normal file
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>
|
||||||
|
|
Loading…
Reference in a new issue