merge
This commit is contained in:
commit
046a724272
4209 changed files with 1186656 additions and 0 deletions
39
phpdoc.dist.xml
Normal file
39
phpdoc.dist.xml
Normal file
|
@ -0,0 +1,39 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<phpdocumentor>
|
||||
<title>Questlab</title>
|
||||
<parser>
|
||||
<default-package-name>NRE</default-package-name>
|
||||
<target>doc</target>
|
||||
<markers>
|
||||
<item>TODO</item>
|
||||
</markers>
|
||||
<extension>php</extension>
|
||||
<extension>inc</extension>
|
||||
</parser>
|
||||
<transformer>
|
||||
<target>doc</target>
|
||||
</transformer>
|
||||
<logging>
|
||||
<level>info</level>
|
||||
<paths>
|
||||
<default>logs/phpdoc.log</default>
|
||||
<errors>logs/phpdoc.errors.log</errors>
|
||||
</paths>
|
||||
</logging>
|
||||
<files>
|
||||
<directory>.</directory>
|
||||
<ignore>doc/*</ignore>
|
||||
<ignore>logs/*</ignore>
|
||||
<ignore>media/*</ignore>
|
||||
<ignore>seminarymedia/*</ignore>
|
||||
<ignore>seminaryuploads/*</ignore>
|
||||
<ignore>uploads/*</ignore>
|
||||
<ignore>www/analytics/*</ignore>
|
||||
</files>
|
||||
<plugins>
|
||||
<plugin path="Core" />
|
||||
</plugins>
|
||||
<transformations>
|
||||
<template name="clean" />
|
||||
</transformations>
|
||||
</phpdocumentor>
|
Loading…
Add table
Add a link
Reference in a new issue