mirror of
https://github.com/sitelease/sugar-cube-client.git
synced 2025-10-31 20:12:29 +01:00
Moved the configuration files to a dedicated folder
This commit is contained in:
18
etc/phpdoc.xml
Normal file
18
etc/phpdoc.xml
Normal 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>
|
||||
Reference in New Issue
Block a user