adminerevo/docs/phpdoc-template/template.xml
Gerry Demaret 762a8948b9 docs: WiP - phpdocumentor templates
This is mainly to not lose what I have so far. The idea is to run
phpdocumentor on a select number of source code files, with the goal
of rendering something like https://www.adminer.org/en/extension/

The output should be in Markdown, ideally injected into a file in the
docs/ folder, and auto-deployed to the docs website.
2023-08-14 14:42:09 +02:00

12 lines
480 B
XML

<?xml version="1.0" encoding="utf-8"?>
<template>
<version>0.3.1</version>
<description>Generate usage documentation (documents only it's public API) for a small library in Markdown format so it can be published in GitHub.</description>
<transformations>
<transformation writer="twig" source="templates/public-onefile/index.md.twig" artifact="README.md" />
</transformations>
<parameters>
<parameter key="twig-debug">true</parameter>
</parameters>
</template>