reference/cmark/functions/commonmark.parse.xml
86e6094e86b84a51d00ab217ac50ce8dde33d82a
...
...
@@ -41,7 +41,7 @@
41
41
<varlistentry>
42
42
<term>
43
43
<constant>CommonMark\Parser\Normal</constant>
44
-
(<type>integer</type>)
44
+
(<type>int</type>)
45
45
</term>
46
46
<listitem>
47
47
<simpara>
...
...
@@ -51,7 +51,7 @@
51
51
<varlistentry>
52
52
<term>
53
53
<constant>CommonMark\Parser\Normalize</constant>
54
-
(<type>integer</type>)
54
+
(<type>int</type>)
55
55
</term>
56
56
<listitem>
57
57
<simpara>
...
...
@@ -61,7 +61,7 @@
61
61
<varlistentry>
62
62
<term>
63
63
<constant>CommonMark\Parser\ValidateUTF8</constant>
64
-
(<type>integer</type>)
64
+
(<type>int</type>)
65
65
</term>
66
66
<listitem>
67
67
<simpara>
...
...
@@ -71,7 +71,7 @@
71
71
<varlistentry>
72
72
<term>
73
73
<constant>CommonMark\Parser\Smart</constant>
74
-
(<type>integer</type>)
74
+
(<type>int</type>)
75
75
</term>
76
76
<listitem>
77
77
<simpara>
78
78