reference/misc/functions/highlight-file.xml
443d81b33e6537a000cc235c2a11748ba8d56232
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>mixed</type><methodname>highlight_file</methodname>
12
+
<type class="union"><type>string</type><type>bool</type></type><methodname>highlight_file</methodname>
13
13
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
14
14
<methodparam choice="opt"><type>bool</type><parameter>return</parameter><initializer>&false;</initializer></methodparam>
15
15
</methodsynopsis>
...
...
@@ -66,6 +66,30 @@ AddType application/x-httpd-php-source .phps
66
66
</para>
67
67
</refsect1>
68
68

69
+
<refsect1 role="changelog">
70
+
&reftitle.changelog;
71
+
<para>
72
+
<informaltable>
73
+
<tgroup cols="2">
74
+
<thead>
75
+
<row>
76
+
<entry>&Version;</entry>
77
+
<entry>&Description;</entry>
78
+
</row>
79
+
</thead>
80
+
<tbody>
81
+
<row>
82
+
<entry>8.3.0</entry>
83
+
<entry>
84
+
The resulting HTML has changed.
85
+
</entry>
86
+
</row>
87
+
</tbody>
88
+
</tgroup>
89
+
</informaltable>
90
+
</para>
91
+
</refsect1>
92
+

69
93
<refsect1 role="notes">
70
94
&reftitle.notes;
71
95
<caution>
72
96