PHP Classes

File: build/phpdox.xml

Recommend this page to a friend!
  Classes of Yousaf Syed   FYP PHP Fuzzy Search on Encrypted Data   build/phpdox.xml   Download  
File: build/phpdox.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: FYP PHP Fuzzy Search on Encrypted Data
Search encrypted data allowing fuzzy matching
Author: By
Last change:
Date: 2 years ago
Size: 720 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="utf-8" ?> <phpdox xmlns="http://xml.phpdox.net/config" silent="false"> <project name="YourProject" source="app" workdir="${basedir}/build/api/xml"> <collector publiconly="false" backend="parser"> <include mask="*.php" /> <exclude mask="*Autoload.php" /> </collector> <generator output="${basedir}/build/api/docs"> <build engine="html" enabled="true" output="html" /> <build engine="todo" enabled="false" output="todo"> <file name="todolist.txt" encoding="utf-8" /> </build> <build engine="graph" enabled="true" output="graph" /> </generator> </project> </phpdox>