CodeIgniter4/phpdoc.dist.xml

30 lines
925 B
XML
Raw Normal View History

2015-08-26 23:16:28 -05:00
<?xml version="1.0" encoding="UTF-8" ?>
2021-07-22 20:31:47 +08:00
<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"
>
2025-01-20 02:08:57 +08:00
<title>CodeIgniter v4.6 API</title>
2021-07-22 20:31:47 +08:00
<paths>
<output>api/build/</output>
<cache>api/cache/</cache>
</paths>
2025-01-20 02:08:57 +08:00
<version number="4.6.0">
2021-07-22 20:31:47 +08:00
<api format="php">
<source dsn=".">
<path>system</path>
</source>
<output>api</output>
<ignore hidden="true" symlinks="true">
<path>system/ThirdParty/**/*</path>
<path>*.tpl.php</path>
<path>*.js.php</path>
<path>**/Views/*</path>
<path>bootstrap.php</path>
</ignore>
</api>
</version>
<template name="default" />
</phpdocumentor>