Changeset 66
- Timestamp:
- 11/10/04 17:49:57 (4 years ago)
- Files:
-
- trunk/support/phpdoc-all.ini (modified) (2 diffs)
- trunk/support/phpdoc-html.ini (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/support/phpdoc-all.ini
r43 r66 53 53 ;; where should the documentation be written? 54 54 ;; legal values: a legal path 55 target = /tmp/midcom-docs/55 target = ./api-docs/ 56 56 57 57 ;; Which files should be parsed out as special documentation files, such as README, … … 91 91 ;; HTML:Smarty:default,HTML:Smarty:PHP,HTML:Smarty:HandS 92 92 ;; PDF:default:default,CHM:default:default,XML:DocBook/peardoc2:default 93 output=HTML:frames:earthli,HTML:frames:DOM/earthli,HTML:Smarty:PHP,CHM:default:default,PDF:default:default 93 output=HTML:frames:earthli,HTML:frames:DOM/earthli,HTML:Smarty:PHP,CHM:default:default 94 95 ; PDF disabled due to enorumous runtime 96 ;,PDF:default:default 94 97 95 98 ;; turn this option on if you want highlighted source code for every file trunk/support/phpdoc-html.ini
r43 r66 53 53 ;; where should the documentation be written? 54 54 ;; legal values: a legal path 55 target = /tmp/midcom-docs/55 target = ./api-docs/ 56 56 57 57 ;; Which files should be parsed out as special documentation files, such as README, … … 91 91 ;; HTML:Smarty:default,HTML:Smarty:PHP,HTML:Smarty:HandS 92 92 ;; PDF:default:default,CHM:default:default,XML:DocBook/peardoc2:default 93 output=HTML:frames:earthli ,HTML93 output=HTML:frames:earthli 94 94 95 95 ;; turn this option on if you want highlighted source code for every file
