reference/intl/intlchar/getintpropertyminvalue.xml
1976eae0d815797af97a1e16c5cd90ffc2868395
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="intlchar.getintpropertyminvalue" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlChar::getIntPropertyMinValue</refname>
...
...
@@ -9,7 +8,7 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="IntlChar">
13
12
<modifier>public</modifier> <modifier>static</modifier> <type>int</type><methodname>IntlChar::getIntPropertyMinValue</methodname>
14
13
<methodparam><type>int</type><parameter>property</parameter></methodparam>
15
14
</methodsynopsis>
...
...
@@ -33,7 +32,7 @@
33
32
<refsect1 role="returnvalues">
34
33
&reftitle.returnvalues;
35
34
<para>
36
-
The maximum value returned by <function>IntlChar::getIntPropertyValue</function> for a Unicode property.
35
+
The minimum value returned by <function>IntlChar::getIntPropertyValue</function> for a Unicode property.
37
36
<literal>0</literal> if the property selector is out of range.
38
37
</para>
39
38
</refsect1>
...
...
@@ -77,7 +76,6 @@ int(0)
77
76
</refsect1>
78
77

79
78
</refentry>
80
-

81
79
<!-- Keep this comment at the end of the file
82
80
Local variables:
83
81
mode: sgml
84
82