mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
change configure for phpdocumenter2
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10726 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a3dd45873a
commit
6aa08760e5
1 changed files with 9 additions and 6 deletions
22
phpDoc/phpdoc.dist.xml
Normal file
22
phpDoc/phpdoc.dist.xml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<phpdoc>
|
||||
<title><![CDATA[XpressEngine]]></title>
|
||||
<parser>
|
||||
<default-package-name>XE</default-package-name>
|
||||
<target>.</target>
|
||||
</parser>
|
||||
<transformer>
|
||||
<target>output</target>
|
||||
</transformer>
|
||||
<transformations>
|
||||
<template name="new-black" />
|
||||
</transformations>
|
||||
<files>
|
||||
<file>../index.php</file>
|
||||
<directory>../classes</directory>
|
||||
<directory>../config</directory>
|
||||
<directory>../modules</directory>
|
||||
<ignore>classes/security/htmlpurifier/*</ignore>
|
||||
<ignore>modules/member/php-openid-1.2.3/*</ignore>
|
||||
</files>
|
||||
</phpdoc>
|
||||
Loading…
Add table
Add a link
Reference in a new issue