summaryrefslogtreecommitdiff
path: root/phpdoc.dist.xml
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2021-08-24 01:39:42 +0200
committerDamien Regad <dregad@mantisbt.org>2022-01-16 18:22:53 +0100
commit0144c901fac7427497ac9dbc6b8fe0a4cc520708 (patch)
tree6880e12afb3e52038ad2d1238f20b8f35be964b0 /phpdoc.dist.xml
parente8522adeb44b2490b4293776704dd29627d92837 (diff)
downloadadodb-0144c901fac7427497ac9dbc6b8fe0a4cc520708.tar.gz
adodb-0144c901fac7427497ac9dbc6b8fe0a4cc520708.tar.bz2
adodb-0144c901fac7427497ac9dbc6b8fe0a4cc520708.zip
Add phpDocumentor3 config file
Exclude phpdoc.xml to allow developer-specific settings, as suggested in documentation [1]. [1]: https://docs.phpdoc.org/3.0/guide/references/configuration.html
Diffstat (limited to 'phpdoc.dist.xml')
-rw-r--r--phpdoc.dist.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml
new file mode 100644
index 00000000..bbddd3db
--- /dev/null
+++ b/phpdoc.dist.xml
@@ -0,0 +1,24 @@
+<?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"
+>
+ <paths>
+ <output>docs/api</output>
+ <cache>docs/cache</cache>
+ </paths>
+ <version number="latest">
+ <api>
+ <source dsn=".">
+ </source>
+ <ignore>
+ <path>scripts</path>
+ <path>tests</path>
+ <path>vendor/**/*</path>
+ <path>xsl</path>
+ </ignore>
+ </api>
+ </version>
+</phpdocumentor>