reference/phar/PharFileInfo/isCRCChecked.xml
f03806fcd8fe03a0501bd40b6e3939ff6589a1d2
...
...
@@ -1,13 +1,13 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="pharfileinfo.iscrcchecked">
3
+
<refentry xml:id="pharfileinfo.iscrcchecked" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>PharFileInfo::isCRCChecked</refname>
6
6
<refpurpose>Returns whether file entry has had its CRC verified</refpurpose>
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<methodsynopsis>
10
+
<methodsynopsis role="PharFileInfo">
11
11
<modifier>public</modifier> <type>bool</type><methodname>PharFileInfo::isCRCChecked</methodname>
12
12
<void/>
13
13
</methodsynopsis>
...
...
@@ -18,6 +18,11 @@
18
18
</para>
19
19
</refsect1>
20
20

21
+
<refsect1 role="parameters">
22
+
&reftitle.parameters;
23
+
&no.function.parameters;
24
+
</refsect1>
25
+

21
26
<refsect1 role="returnvalues">
22
27
&reftitle.returnvalues;
23
28
<para>
...
...
@@ -55,7 +60,6 @@ bool(true)
55
60
</refsect1>
56
61

57
62
</refentry>
58
-

59
63
<!-- Keep this comment at the end of the file
60
64
Local variables:
61
65
mode: sgml
62
66