From 07144d474c7417354ca06b8c94e6c48085f5add7 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Tue, 21 Aug 2007 18:50:01 +1200 Subject: [PATCH] Move & update phpdoc.ini for new build structure. --- debian/apms-phpdoc.ini => docs/api/phpdoc.ini | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) rename debian/apms-phpdoc.ini => docs/api/phpdoc.ini (91%) diff --git a/debian/apms-phpdoc.ini b/docs/api/phpdoc.ini similarity index 91% rename from debian/apms-phpdoc.ini rename to docs/api/phpdoc.ini index ab7b0df..5e00ddf 100644 --- a/debian/apms-phpdoc.ini +++ b/docs/api/phpdoc.ini @@ -43,7 +43,7 @@ defaultpackagename = APMS ;; output any parsing information? set to on for cron jobs ;; legal values: on -;quiet = on +quiet = on ;; parse a PEAR-style repository. Do not turn this on if your project does ;; not have a parent directory named "pear" @@ -52,7 +52,7 @@ defaultpackagename = APMS ;; where should the documentation be written? ;; legal values: a legal path -target = /home/andrew/projects/apms/debian/html +target = docs/api ;; Which files should be parsed out as special documentation files, such as README, ;; INSTALL and CHANGELOG? This overrides the default files found in @@ -61,7 +61,7 @@ readmeinstallchangelog = README, INSTALL, CHANGELOG, NEWS, FAQ, LICENSE ;; limit output to the specified packages, even if others are parsed ;; legal values: package names separated by commas -;packageoutput = package1,package2 +packageoutput = APMS,apms,AWL,awl ;; comma-separated list of files to parse ;; legal values: paths separated by commas @@ -71,19 +71,19 @@ readmeinstallchangelog = README, INSTALL, CHANGELOG, NEWS, FAQ, LICENSE ;; legal values: directory paths separated by commas ;directory = /path1,/path2,.,..,subdirectory ;directory = /home/jeichorn/cvs/pear -directory = /home/andrew/projects/apms/inc,/home/andrew/projects/apms/html +directory = inc,html ;; template base directory (the equivalent directory of /phpDocumentor) ;templatebase = /path/to/my/templates ;; directory to find any example files in through @example and {@example} tags ;examplesdir = /path/to/my/templates -examplesdir = /home/andrew/projects/apms/examples +examplesdir = examples ;; comma-separated list of files, directories or wildcards ? and * (any wildcard) to ignore ;; legal values: any wildcard strings separated by commas ;ignore = /path/to/ignore*,*list.php,myfile.php,subdirectory/ -ignore = api/,CVS +ignore = docs/,.git,html/css,html/images,html/js,CVS ;; comma-separated list of Converters to use in outputformat:Convertername:templatedirectory format ;; legal values: HTML:frames:default,HTML:frames:l0l33t,HTML:frames:phpdoc.de,HTML:frames:phphtmllib, @@ -96,5 +96,5 @@ output=HTML:frames:earthli ;; turn this option on if you want highlighted source code for every file ;; legal values: on/off -sourcecode = on +sourcecode = off -- 2.11.4.GIT