From e11ad86ba10e0ddc2cb52876ab70f4c4fa7af029 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 31 Oct 2016 09:43:35 +0800 Subject: [PATCH] CodeDoc/ini_files/PDO_DataObject.ini CodeDoc/example.ini --- CodeDoc/example.ini | 33 ++++++++++++++++++++++++++++ CodeDoc/ini_files/PDO_DataObject.ini | 33 ++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 CodeDoc/example.ini create mode 100644 CodeDoc/ini_files/PDO_DataObject.ini diff --git a/CodeDoc/example.ini b/CodeDoc/example.ini new file mode 100644 index 0000000..4364df1 --- /dev/null +++ b/CodeDoc/example.ini @@ -0,0 +1,33 @@ +[PHP_CodeDoc] + +title = "Pear from php4/pear directory" + ; title at top of page + +perDirPackages = 1 + ; use the top level directory name as the package name + +original_url_base = "http://cvs.php.net/co.php/php4/pear/" + ; prefix for link to view original + +original_URL_suffix = "?r=HEAD" + ; suffix for link to view original +; source = /usr/share/php/PDO +source = /home/alan/gitlive/PDO_DataObject/PDO + +destDir = /tmp/pear + +targetJS = /tmp/docs + +makeDocBook = 1 + +[HTML_Template_Flexy] + +;templateDir = + ; leave black to use default templates + + ; path to write data to + +compileDir = /tmp/cpear +forceCompile = 1 +filters = Php,SimpleTags +;debug=1 diff --git a/CodeDoc/ini_files/PDO_DataObject.ini b/CodeDoc/ini_files/PDO_DataObject.ini new file mode 100644 index 0000000..f81ad68 --- /dev/null +++ b/CodeDoc/ini_files/PDO_DataObject.ini @@ -0,0 +1,33 @@ +[PHP_CodeDoc] + +title = "Pear from php4/pear directory" + ; title at top of page + +perDirPackages = 1 + ; use the top level directory name as the package name + +original_url_base = "http://cvs.php.net/co.php/php4/pear/" + ; prefix for link to view original + +original_URL_suffix = "?r=HEAD" + ; suffix for link to view original +; source = /usr/share/php/PDO +source = /home/alan/gitlive/PDO_DataObject/PDO + +destDir = /tmp/pear + +targetJS = /home/alan/gitlive/PDO_DataObject/docs + +makeDocBook = 1 + +[HTML_Template_Flexy] + +;templateDir = + ; leave black to use default templates + + ; path to write data to + +compileDir = /tmp/cpear +forceCompile = 1 +filters = Php,SimpleTags +;debug=1 -- 2.39.2