summaryrefslogtreecommitdiff
path: root/docs/tutorial/tut_bson.h
diff options
context:
space:
mode:
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
+ */