reference/sqlite3/sqlite3/version.xml
855bfee2f3db70d7dbb4c60c7c4a4efa567f1c60
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="sqlite3.version" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>SQLite3::version</refname>
...
...
@@ -11,9 +10,9 @@
11
10

12
11
<refsect1 role="description">
13
12
&reftitle.description;
14
-
<methodsynopsis>
13
+
<methodsynopsis role="SQLite3">
15
14
<modifier>public</modifier> <modifier>static</modifier> <type>array</type><methodname>SQLite3::version</methodname>
16
-
<void />
15
+
<void/>
17
16
</methodsynopsis>
18
17
<para>
19
18
Returns the SQLite3 library version as a string constant and as a number.
...
...
@@ -60,7 +59,6 @@ Array
60
59
</refsect1>
61
60

62
61
</refentry>
63
-

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