Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 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
;; set max memory usage size to be very high, to avoid it crashing it the middle of its run
24
;; due to using a boatload of memory
25
;;memory_limit = 512M
26
 
27
[_phpDocumentor_phpfile_exts]
28
php
29
php3
30
php4
31
phtml
32
inc
33
 
34
;; deprecated in 1.2
35
;; this list is informational only - the following tags will be parsed as
36
;; having meaning, everything else will be treated as text by the output
37
;; converter, meaning in the HTML converter, all other tags will be htmlentitied
38
;[_phpDocumentor_html_allowed]
39
;ul
40
;ol
41
;li
42
;p
43
;strong
44
;pre
45
;a
46
;code
47
;br
48
;var
49
;samp
50
;kbd
51
 
52
[_phpDocumentor_tags_allowed]
53
abstract
54
access
55
author
56
category
57
copyright
58
;; for Zend IDE support - minimal at best
59
desc
60
deprec
61
deprecated
62
example
63
exception
64
filesource
65
final
66
global
67
ignore
68
internal
69
license
70
link
71
magic
72
name
73
package
74
param
75
parameter
76
return
77
;; alias for @return
78
returns
79
see
80
since
81
source
82
static
83
staticvar
84
subpackage
85
throws
86
todo
87
TODO
88
tutorial
89
uses
90
var
91
version
92
;; compat tags, things wont parse right in incorrectly documented code without them
93
;; hopefully better error handling in handleDockeyword allows these to go away
94
;; this is a dumb tag included for pear compatability see bug# 558028
95
extends
96
private
97
public
98
 
99
[_phpDocumentor_inline_doc_tags_allowed]
100
example
101
inheritdoc
102
internal
103
link
104
source
105
tutorial
106
 
107
[_phpDocumentor_inline_tutorial_tags_allowed]
108
category
109
example
110
id
111
link
112
toc
113
tutorial
114
 
115
;; custom files to include in RIC
116
;; these MUST be in upper-case
117
[_phpDocumentor_RIC_files]
118
README
119
INSTALL
120
CHANGELOG
121
FAQ
122
NEWS