reference/yaf/constants.xml
86e6094e86b84a51d00ab217ac50ce8dde33d82a
...
...
@@ -29,7 +29,7 @@
29
29
<varlistentry xml:id="constant.yaf-err-startup-failed">
30
30
<term>
31
31
<constant>YAF_ERR_STARTUP_FAILED</constant>
32
-
(<type>integer</type>)
32
+
(<type>int</type>)
33
33
</term>
34
34
<listitem>
35
35
<simpara>
...
...
@@ -39,7 +39,7 @@
39
39
<varlistentry xml:id="constant.yaf-err-route-failed">
40
40
<term>
41
41
<constant>YAF_ERR_ROUTE_FAILED</constant>
42
-
(<type>integer</type>)
42
+
(<type>int</type>)
43
43
</term>
44
44
<listitem>
45
45
<simpara>
...
...
@@ -49,7 +49,7 @@
49
49
<varlistentry xml:id="constant.yaf-err-dispatch-failed">
50
50
<term>
51
51
<constant>YAF_ERR_DISPATCH_FAILED</constant>
52
-
(<type>integer</type>)
52
+
(<type>int</type>)
53
53
</term>
54
54
<listitem>
55
55
<simpara>
...
...
@@ -59,7 +59,7 @@
59
59
<varlistentry xml:id="constant.yaf-err-autoload-failed">
60
60
<term>
61
61
<constant>YAF_ERR_AUTOLOAD_FAILED</constant>
62
-
(<type>integer</type>)
62
+
(<type>int</type>)
63
63
</term>
64
64
<listitem>
65
65
<simpara>
...
...
@@ -69,7 +69,7 @@
69
69
<varlistentry xml:id="constant.yaf-err-notfound-module">
70
70
<term>
71
71
<constant>YAF_ERR_NOTFOUND_MODULE</constant>
72
-
(<type>integer</type>)
72
+
(<type>int</type>)
73
73
</term>
74
74
<listitem>
75
75
<simpara>
...
...
@@ -79,7 +79,7 @@
79
79
<varlistentry xml:id="constant.yaf-err-notfound-controller">
80
80
<term>
81
81
<constant>YAF_ERR_NOTFOUND_CONTROLLER</constant>
82
-
(<type>integer</type>)
82
+
(<type>int</type>)
83
83
</term>
84
84
<listitem>
85
85
<simpara>
...
...
@@ -89,7 +89,7 @@
89
89
<varlistentry xml:id="constant.yaf-err-notfound-action">
90
90
<term>
91
91
<constant>YAF_ERR_NOTFOUND_ACTION</constant>
92
-
(<type>integer</type>)
92
+
(<type>int</type>)
93
93
</term>
94
94
<listitem>
95
95
<simpara>
...
...
@@ -99,7 +99,7 @@
99
99
<varlistentry xml:id="constant.yaf-err-notfound-view">
100
100
<term>
101
101
<constant>YAF_ERR_NOTFOUND_VIEW</constant>
102
-
(<type>integer</type>)
102
+
(<type>int</type>)
103
103
</term>
104
104
<listitem>
105
105
<simpara>
...
...
@@ -109,7 +109,7 @@
109
109
<varlistentry xml:id="constant.yaf-err-call-failed">
110
110
<term>
111
111
<constant>YAF_ERR_CALL_FAILED</constant>
112
-
(<type>integer</type>)
112
+
(<type>int</type>)
113
113
</term>
114
114
<listitem>
115
115
<simpara>
...
...
@@ -119,7 +119,7 @@
119
119
<varlistentry xml:id="constant.yaf-err-type-error">
120
120
<term>
121
121
<constant>YAF_ERR_TYPE_ERROR</constant>
122
-
(<type>integer</type>)
122
+
(<type>int</type>)
123
123
</term>
124
124
<listitem>
125
125
<simpara>
126
126