diff --git a/debian/rscds-phpdoc.ini.in b/docs/api/phpdoc.ini similarity index 93% rename from debian/rscds-phpdoc.ini.in rename to docs/api/phpdoc.ini index dd95ee7f..2f9810a5 100644 --- a/debian/rscds-phpdoc.ini.in +++ b/docs/api/phpdoc.ini @@ -52,7 +52,7 @@ defaultpackagename = RSCDS ;; where should the documentation be written? ;; legal values: a legal path -target = ##projectroot##/debian/html +target = /home/andrew/projects/rscds/debian/html ;; Which files should be parsed out as special documentation files, such as README, ;; INSTALL and CHANGELOG? This overrides the default files found in @@ -71,14 +71,14 @@ readmeinstallchangelog = README, INSTALL, CHANGELOG, NEWS, FAQ, LICENSE ;; legal values: directory paths separated by commas ;directory = /path1,/path2,.,..,subdirectory ;directory = /home/jeichorn/cvs/pear -directory = ##projectroot##/inc,##projectroot##/htdocs +directory = /home/andrew/projects/rscds/inc,/home/andrew/projects/rscds/htdocs ;; 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 = ##projectroot##/examples +examplesdir = /home/andrew/projects/rscds/examples ;; comma-separated list of files, directories or wildcards ? and * (any wildcard) to ignore ;; legal values: any wildcard strings separated by commas