summaryrefslogtreecommitdiff
path: root/src/docs/programming.dox
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2014-08-23 13:46:51 -0400
committerKeith Bostic <keith@wiredtiger.com>2014-08-23 13:46:51 -0400
commit547298fabf66856ec5cb79f3a5c1e37f1fa4647c (patch)
tree4d4f56bc8784a31a99118f8059762878e4528f03 /src/docs/programming.dox
parent1f70b62d9560c4b5b47f2d3c73a8f83e7b755812 (diff)
downloadmongo-547298fabf66856ec5cb79f3a5c1e37f1fa4647c.tar.gz
Add more information and examples for the log cursors (a few bug fixes,
fix up the types in the examples, make sure we don't ignore any error returns).
Diffstat (limited to 'src/docs/programming.dox')
-rw-r--r--src/docs/programming.dox1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/docs/programming.dox b/src/docs/programming.dox
index f5778b9ec95..574adcf6daa 100644
--- a/src/docs/programming.dox
+++ b/src/docs/programming.dox
@@ -34,6 +34,7 @@ each of which is ordered by one or more columns.
- @subpage statistics
- @subpage async
- @subpage shared_cache
+- @subpage cursor_log
<h2>Extending WiredTiger</h2>
- @subpage extensions