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

  1. ;; phpDocumentor demonstration parse configuration file
  2. ;;
  3. ;; RUN THIS FILE FROM THE INSTALL DIRECTORY
  4. ;; CHANGE HERE:
  5.  
  6. ;; where should the documentation be written?
  7. ;; legal values: a legal path
  8. target = /home/CelloG/output
  9.  
  10. ;; DONT CHANGE BELOW HERE
  11. ;;
  12. ;; This file is designed to cut down on repetitive typing on the command-line or web interface
  13. ;; You can copy this file to create a number of configuration files that can be used with the
  14. ;; command-line switch -c, as in phpdoc -c default.ini or phpdoc -c myini.ini.  The web
  15. ;; interface will automatically generate a list of .ini files that can be used.
  16. ;;
  17. ;; ALL .ini files must be in the user subdirectory of phpDocumentor with an extension of .ini
  18. ;;
  19. ;; Copyright 2002, Greg Beaver <cellog@users.sourceforge.net>
  20. ;;
  21. ;; WARNING: do not change the 
  22.  
  23. [Parse Data]
  24. ;; title of all the documentation
  25. ;; legal values: any string
  26. title = Generated Documentation
  27.  
  28. ;; parse files that start with a . like .bash_profile
  29. ;; legal values: true, false
  30. hidden = false
  31.  
  32. ;; show elements marked @access private in documentation by setting this to on
  33. ;; legal values: on, off
  34. parseprivate = off
  35.  
  36. ;; parse with javadoc-like description (first sentence is always the short description)
  37. ;; legal values: on, off
  38. javadocdesc = off
  39.  
  40. target=/dev/null
  41.  
  42. ;; add any custom @tags separated by commas here
  43. ;; legal values: any legal tagname separated by commas.
  44. ;customtags = mytag1,mytag2
  45.  
  46. ;; what is the main package?
  47. ;; legal values: alphanumeric string plus - and _
  48. defaultpackagename = phpDocumentor
  49.  
  50. ;; output any parsing information?  set to on for cron jobs
  51. ;; legal values: on
  52. ;quiet = on
  53.  
  54. ;; limit output to the specified packages, even if others are parsed
  55. ;; legal values: package names separated by commas
  56. ;packageoutput = package1,package2
  57.  
  58. ;; comma-separated list of files to parse
  59. ;; legal values: paths separated by commas
  60. ;filename = /path/to/file1,/path/to/file2,fileincurrentdirectory
  61. filename = test.php
  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 = .
  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 = templates_c/,*HTML/default/*,spec/
  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:phpedit,HTML:frames:DOM/default,HTML:frames:DOM/l0l33t,HTML:frames:DOM/phpdoc.de
  77. ;;               HTML:Smarty:default,HTML:Smarty:PHP,PDF:default:default,CHM:default:default,XML:DocBook:default
  78. output=HTML:frames:default,HTML:frames:l0l33t,HTML:frames:phpdoc.de,HTML:frames:phphtmllib,HTML:frames:DOM/default,HTML:frames:DOM/l0l33t,HTML:frames:DOM/phpdoc.de,HTML:frames:phpedit,HTML:Smarty:default,HTML:Smarty:HandS,HTML:Smarty:PHP,PDF:default:default,XML:DocBook/peardoc2:default,CHM:default:default