summaryrefslogtreecommitdiff
path: root/docs/tutorial/tut_bson.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-12-02 10:06:21 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-12-02 10:06:21 +0100
commitfd841e416881cc0392e61ec312c1870f3a0004bd (patch)
tree8357ba56e79d614ba57f722e7878b853591dc339 /docs/tutorial/tut_bson.h
Initial import of libmongo-client version 0.1.8-2
Diffstat (limited to 'docs/tutorial/tut_bson.h')
-rw-r--r--docs/tutorial/tut_bson.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/tutorial/tut_bson.h b/docs/tutorial/tut_bson.h
new file mode 100644
index 0000000..973f12d
--- /dev/null
+++ b/docs/tutorial/tut_bson.h
@@ -0,0 +1,10 @@
+/** @page tut_bson Working with BSON objects
+ *
+ * In this section, we'll cover the basics of working with BSON
+ * objects in a few big steps. Working with BSON is fairly
+ * straightforward, so we will not be going into much details here.
+ *
+ * Contents:
+ * - @subpage tut_bson_build
+ * - @subpage tut_bson_traverse
+ */