PHP Classes

File: phpdoc.template.xml

Recommend this page to a friend!
  Classes of Stefan Kientzler   PHPDoc 2 Github Wiki   phpdoc.template.xml   Download  
File: phpdoc.template.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHPDoc 2 Github Wiki
Generate documentation for packages in GitHub
Author: By
Last change:
Date: 3 years ago
Size: 624 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8" ?> <phpdocumentor configVersion="3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://www.phpdoc.org" xsi:noNamespaceSchemaLocation="https://docs.phpdoc.org/latest/phpdoc.xsd"> <title>{title}</title> <paths> <output>{path.output}</output> <cache>{path.cache}</cache> </paths> <version number="latest"> <api> <source dsn="{path.project}"> </source> <ignore-tags> </ignore-tags> </api> </version> <template name="{template}"/> </phpdocumentor>