mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 22:17:17 +02:00
Now docblox can be run without arguments on friendica root dir. The documentation will be generated on ./data/output
13 lines
234 B
XML
13 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>
|
|
|