mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- added docs generator;
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<?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">
|
||||
<title>Ultimate Member - PHPDoc</title>
|
||||
<paths>
|
||||
<output>docs/phpdoc</output>
|
||||
<cache>docs/phpdoc/cache</cache>
|
||||
</paths>
|
||||
<version number="1.0.0">
|
||||
<folder>latest</folder>
|
||||
<api>
|
||||
<source dsn=".">
|
||||
<path>includes</path>
|
||||
<path>templates</path>
|
||||
</source>
|
||||
<extensions>
|
||||
<extension>php</extension>
|
||||
</extensions>
|
||||
</api>
|
||||
</version>
|
||||
<template name="clean"/>
|
||||
</phpdocumentor>
|
||||
Reference in New Issue
Block a user