actually add mongoint32 & 64 to manual

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303139 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kristina Chodorow 2010-09-07 15:34:49 +00:00
parent 4cc445ac1a
commit 51cae548ee
3 changed files with 6 additions and 4 deletions

View file

@ -9,7 +9,7 @@
<partintro>
<!-- {{{ MongoInt32 intro -->
<section xml:id="mongobindata.intro">
<section xml:id="mongoint32.intro">
&reftitle.intro;
<para>
The class can be used to save 32-bit integers to the database on a 64-bit
@ -18,7 +18,7 @@
</section>
<!-- }}} -->
<section xml:id="mongobindata.synopsis">
<section xml:id="mongoint32.synopsis">
&reftitle.classsynopsis;
<!-- {{{ Synopsis -->

View file

@ -9,7 +9,7 @@
<partintro>
<!-- {{{ MongoInt64 intro -->
<section xml:id="mongobindata.intro">
<section xml:id="mongoint64.intro">
&reftitle.intro;
<para>
The class can be used to save 64-bit integers to the database on a 32-bit
@ -18,7 +18,7 @@
</section>
<!-- }}} -->
<section xml:id="mongobindata.synopsis">
<section xml:id="mongoint64.synopsis">
&reftitle.classsynopsis;
<!-- {{{ Synopsis -->

View file

@ -324,6 +324,8 @@ Fatal error: Nesting level too deep - recursive dependency?
&reference.mongo.mongodate;
&reference.mongo.mongoregex;
&reference.mongo.mongobindata;
&reference.mongo.mongoint32;
&reference.mongo.mongoint64;
&reference.mongo.mongodbref;
&reference.mongo.mongominkey;
&reference.mongo.mongomaxkey;