reference/mongodb/bson/type.xml
46a1d4b3156d4ea540bab9f53ee0d9f2bb5ba37c
...
...
@@ -12,13 +12,13 @@
12
12
<section xml:id="mongodb-bson-type.intro">
13
13
&reftitle.intro;
14
14
<para>
15
-

15
+
Abstract base interface that should not be implemented directly.
16
16
</para>
17
17
</section>
18
18
<!-- }}} -->
19
19

20
20
<section xml:id="mongodb-bson-type.synopsis">
21
-
&reftitle.classsynopsis;
21
+
&reftitle.interfacesynopsis;
22
22

23
23
<!-- {{{ Synopsis -->
24
24
<classsynopsis>
...
...
@@ -35,6 +35,11 @@
35
35
</classsynopsis>
36
36
<!-- }}} -->
37
37

38
+
<para>
39
+
This interface has no methods. Its only purpose is to be the base interface
40
+
for all BSON type classes.
41
+
</para>
42
+

38
43
</section>
39
44

40
45
</partintro>
41
46