home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / error.ini < prev    next >
Encoding:
INI File  |  2004-03-24  |  3.1 KB  |  83 lines

  1. ;; phpDocumentor parse configuration file
  2. ;;
  3. ;; This file is designed to cut down on repetitive typing on the command-line or web interface
  4. ;; You can copy this file to create a number of configuration files that can be used with the
  5. ;; command-line switch -c, as in phpdoc -c default.ini or phpdoc -c myini.ini.  The web
  6. ;; interface will automatically generate a list of .ini files that can be used.
  7. ;;
  8. ;; ALL .ini files must be in the user subdirectory of phpDocumentor with an extension of .ini
  9. ;;
  10. ;; Copyright 2002, Greg Beaver <cellog@users.sourceforge.net>
  11. ;;
  12. ;; WARNING: do not change the name of any command-line parameters, phpDocumentor will halt
  13.  
  14. [Parse Data]
  15. ;; title of all the documentation
  16. ;; legal values: any string
  17. title = SlateLib Manual
  18.  
  19. ;; parse files that start with a . like .bash_profile
  20. ;; legal values: true, false
  21. hidden = false
  22.  
  23. ;; show elements marked @access private in documentation by setting this to on
  24. ;; legal values: on, off
  25. parseprivate = on
  26.  
  27. ;; parse with javadoc-like description (first sentence is always the short description)
  28. ;; legal values: on, off
  29. javadocdesc = off
  30.  
  31. ;; add any custom @tags separated by commas here
  32. ;; legal values: any legal tagname separated by commas.
  33. ;customtags = mytag1,mytag2
  34.  
  35. ;; This is only used by the XML:DocBook/peardoc2 converter
  36. defaultcategoryname = Documentation
  37.  
  38. ;; what is the main package?
  39. ;; legal values: alphanumeric string plus - and _
  40. defaultpackagename = junk
  41.  
  42. ;; output any parsing information?  set to on for cron jobs
  43. ;; legal values: on
  44. ;quiet = on
  45.  
  46. ;; parse a PEAR-style repository.  Do not turn this on if your project does
  47. ;; not have a parent directory named "pear"
  48. ;; legal values: on/off
  49. ;pear = on
  50.  
  51. ;; where should the documentation be written?
  52. ;; legal values: a legal path
  53. target = /tmp/docs
  54.  
  55. ;; limit output to the specified packages, even if others are parsed
  56. ;; legal values: package names separated by commas
  57. ;packageoutput = package1,package2
  58.  
  59. ;; comma-separated list of files to parse
  60. ;; legal values: paths separated by commas
  61. ;filename = /path/to/file1,/path/to/file2,fileincurrentdirectory
  62.  
  63. ;; comma-separated list of directories to parse
  64. ;; legal values: directory paths separated by commas
  65. ;directory = /path1,/path2,.,..,subdirectory
  66. ;directory = /home/jeichorn/cvs/pear
  67. directory = /home/jeichorn/cvs/slatelib
  68.  
  69. ;; comma-separated list of files, directories or wildcards ? and * (any wildcard) to ignore
  70. ;; legal values: any wildcard strings separated by commas
  71. ;ignore = /path/to/ignore*,*list.php,myfile.php,subdirectory/
  72. ignore = 
  73.  
  74. ;; comma-separated list of Converters to use in outputformat:Convertername:templatedirectory format
  75. ;; legal values: HTML:frames:default,HTML:frames:l0l33t,HTML:frames:phpdoc.de,HTML:frames:phphtmllib
  76. ;;               HTML:frames:DOM/default,HTML:frames:DOM/l0l33t,HTML:frames:DOM/phpdoc.de,HTML:Smarty:default
  77. ;;               HTML:Smarty:PHP,PDF:default:default,CHM:default:default,XML:DocBook/peardoc2:default
  78. output=HTML:Smarty:default,HTML:Smarty:PHP
  79.  
  80. ;; turn this option on if you want highlighted source code for every file
  81. ;; legal values: on/off
  82. sourcecode = on
  83.