Moved the MkDocs settings

This commit is contained in:
Cédric Belin
2019-04-11 22:21:31 +02:00
parent 9c69045c39
commit 4408368977
3 changed files with 6 additions and 6 deletions

18
doc/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>