Update doc generation
This commit is contained in:
parent
e5e4323486
commit
3f81068182
@ -56,7 +56,7 @@
|
|||||||
</collector>
|
</collector>
|
||||||
|
|
||||||
<!-- Configuration of generation process -->
|
<!-- Configuration of generation process -->
|
||||||
<generator output="docs">
|
<generator>
|
||||||
<!-- @output - (Base-)Directory to store output data in -->
|
<!-- @output - (Base-)Directory to store output data in -->
|
||||||
|
|
||||||
<!-- A generation process consists of one or more build tasks and of (optional) enrich sources -->
|
<!-- A generation process consists of one or more build tasks and of (optional) enrich sources -->
|
||||||
@ -117,10 +117,10 @@
|
|||||||
<!-- An engine and thus build node can have additional configuration child nodes, please check the documentation for the engine to find out more -->
|
<!-- An engine and thus build node can have additional configuration child nodes, please check the documentation for the engine to find out more -->
|
||||||
|
|
||||||
<!-- default engine "html" -->
|
<!-- default engine "html" -->
|
||||||
<build engine="html" output="html" />
|
<build engine="html" output="apidocs">
|
||||||
<!-- <template dir="${phpDox.home}/templates/html" /> -
|
<!-- <template dir="${phpDox.home}/templates/html" /> -->
|
||||||
<file extension="html" />
|
<file extension="html" />
|
||||||
</build> -->
|
</build>
|
||||||
|
|
||||||
</generator>
|
</generator>
|
||||||
</project>
|
</project>
|
||||||
|
Loading…
Reference in New Issue
Block a user