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

  1. ;; phpDocumentor.ini
  2. ;;
  3. ;; contains all the runtime values that are configurable.
  4. ;; This is moved from phpdoc.inc, to remove the necessity to edit the php code and
  5. ;; simplify debugging
  6. [DEBUG]
  7. ;; If you want to see the internals of the parser in action, set this to true
  8. PHPDOCUMENTOR_DEBUG = false
  9. ;; set to true if you want to eliminate extra whitespace in doc comments (slows things down quite a bit)
  10. PHPDOCUMENTOR_KILL_WHITESPACE = false
  11.  
  12. [_phpDocumentor_options]
  13. ;; this is the value that will be displayed as the root directory
  14. Program_Root = 
  15. ;; uncomment this to set the path phpDocumentor looks in to find user files
  16. ;userdir = user/
  17.  
  18. ;; Use useconfig if you want to be able to run phpdoc with no command-line options (!!)
  19. ;; change the value of useconfig to an .ini file that is in users/ (like greg.ini)
  20. ;[_phpDocumentor_setting]
  21. ;useconfig = default
  22.  
  23. [_phpDocumentor_phpfile_exts]
  24. php
  25. php3
  26. php4
  27. phtml
  28. inc
  29.  
  30. ;; deprecated in 1.2
  31. ;; this list is informational only - the following tags will be parsed as
  32. ;; having meaning, everything else will be treated as text by the output
  33. ;; converter, meaning in the HTML converter, all other tags will be htmlentitied
  34. ;[_phpDocumentor_html_allowed]
  35. ;ul
  36. ;ol
  37. ;li
  38. ;p
  39. ;strong
  40. ;pre
  41. ;a
  42. ;code
  43. ;br
  44. ;var
  45. ;samp
  46. ;kbd
  47.  
  48. [_phpDocumentor_tags_allowed]
  49. abstract
  50. access
  51. author
  52. category
  53. copyright
  54. ;; for Zend IDE support - minimal at best
  55. desc
  56. deprec
  57. deprecated
  58. example
  59. exception
  60. filesource
  61. final
  62. global
  63. ignore
  64. internal
  65. license
  66. link
  67. magic
  68. name
  69. package
  70. param
  71. parameter
  72. return
  73. ;; alias for @return
  74. returns
  75. see
  76. since
  77. source
  78. static
  79. staticvar
  80. subpackage
  81. throws
  82. todo
  83. TODO
  84. tutorial
  85. uses
  86. var
  87. version
  88. ;; compat tags, things wont parse right in incorrectly documented code without them
  89. ;; hopefully better error handling in handleDockeyword allows these to go away
  90. ;; this is a dumb tag included for pear compatability see bug# 558028
  91. extends
  92. private
  93. public
  94.  
  95. [_phpDocumentor_inline_doc_tags_allowed]
  96. inheritdoc
  97. internal
  98. link
  99. source
  100. tutorial
  101.  
  102. [_phpDocumentor_inline_tutorial_tags_allowed]
  103. category
  104. id
  105. link
  106. toc
  107. tutorial
  108.