| 1 |
[Parse Data] |
|---|
| 2 |
|
|---|
| 3 |
title = symfony API |
|---|
| 4 |
|
|---|
| 5 |
;; parse files that start with a . like .bash_profile |
|---|
| 6 |
hidden = false |
|---|
| 7 |
|
|---|
| 8 |
;; show elements marked @access private in documentation by setting this to on |
|---|
| 9 |
parseprivate = off |
|---|
| 10 |
|
|---|
| 11 |
;; parse with javadoc-like description (first sentence is always the short description) |
|---|
| 12 |
javadocdesc = off |
|---|
| 13 |
|
|---|
| 14 |
defaultpackagename = symfony |
|---|
| 15 |
|
|---|
| 16 |
;; output any parsing information? set to 'on' for cron jobs |
|---|
| 17 |
;quiet = on |
|---|
| 18 |
|
|---|
| 19 |
;; where should the documentation be written? |
|---|
| 20 |
;; legal values: a legal path |
|---|
| 21 |
target = /home/production/symfony-for-release/doc/htmldoc |
|---|
| 22 |
|
|---|
| 23 |
;; Which files should be parsed out as special documentation files, such as README, |
|---|
| 24 |
;; INSTALL and CHANGELOG? This overrides the default files found in |
|---|
| 25 |
;; phpDocumentor.ini (this file is not a user .ini file, but the global file) |
|---|
| 26 |
;readmeinstallchangelog = README, INSTALL, CHANGELOG, NEWS, FAQ, LICENSE |
|---|
| 27 |
|
|---|
| 28 |
;; limit output to the specified packages, even if others are parsed |
|---|
| 29 |
;; legal values: package names separated by commas |
|---|
| 30 |
;packageoutput = package1,package2 |
|---|
| 31 |
|
|---|
| 32 |
;; comma-separated list of directories to parse |
|---|
| 33 |
directory = /home/production/symfony-for-release/lib |
|---|
| 34 |
;filename = |
|---|
| 35 |
|
|---|
| 36 |
;; comma-separated list of files, directories or wildcards ? and * (any wildcard) to ignore |
|---|
| 37 |
ignore = vendor/,addon/creole/,addon/propel/builder/,addon/propel/sfPropelAutoload.php,addon/sfMail/phpmailer/,templates_c/,*HTML/default/*,spec/ |
|---|
| 38 |
|
|---|
| 39 |
;; comma-separated list of Converters to use in outputformat:Convertername:templatedirectory format |
|---|
| 40 |
|
|---|
| 41 |
;; legal values: HTML:frames:default,HTML:frames:l0l33t,HTML:frames:phpdoc.de,HTML:frames:phphtmllib, |
|---|
| 42 |
;; HTML:frames:earthli, |
|---|
| 43 |
;; HTML:frames:DOM/default,HTML:frames:DOM/l0l33t,HTML:frames:DOM/phpdoc.de, |
|---|
| 44 |
;; HTML:frames:DOM/phphtmllib,HTML:frames:DOM/earthli |
|---|
| 45 |
;; HTML:Smarty:default,HTML:Smarty:PHP,HTML:Smarty:HandS |
|---|
| 46 |
;; PDF:default:default,CHM:default:default,XML:DocBook/peardoc2:default |
|---|
| 47 |
;output=XML:DocBook/peardoc2:default |
|---|
| 48 |
;output=CHM:default:default |
|---|
| 49 |
;output=PDF:default:default |
|---|
| 50 |
;output=HTML:frames:DOM/earthli |
|---|
| 51 |
output=HTML:Smarty:symfony |
|---|
| 52 |
;output=HTML:Smarty:PHP |
|---|
| 53 |
|
|---|
| 54 |
;; turn this option on if you want highlighted source code for every file |
|---|
| 55 |
;; legal values: on/off |
|---|
| 56 |
sourcecode = off |
|---|