Moved the configuration files to a dedicated folder

This commit is contained in:
Cédric Belin
2019-04-18 12:15:05 +02:00
parent 72ad2d9c84
commit 07567ba1e0
5 changed files with 7 additions and 7 deletions

18
etc/phpdoc.xml Normal file
View File

@ -0,0 +1,18 @@
<?xml version="1.0"?>
<phpdoc>
<title>Gitea for PHP</title>
<parser>
<target>../var</target>
</parser>
<transformer>
<target>../doc/api</target>
</transformer>
<transformations>
<template name="responsive"/>
</transformations>
<files>
<directory>../src</directory>
</files>
</phpdoc>