diff options
author | Michael Cahill <michael.cahill@wiredtiger.com> | 2011-01-07 16:05:25 +1100 |
---|---|---|
committer | Michael Cahill <michael.cahill@wiredtiger.com> | 2011-01-07 16:05:25 +1100 |
commit | dbce4c3f3de507e02dd9166383f5956a1247e057 (patch) | |
tree | fdf13216cb59a5fd7412d37a531886cc11523e24 /docs | |
parent | 3b2a68990d074b10e5aa917be56a47d7b48d85bb (diff) | |
download | mongo-dbce4c3f3de507e02dd9166383f5956a1247e057.tar.gz |
API changes and example updates baed on Keith's feedback.
--HG--
branch : mjc
Diffstat (limited to 'docs')
-rw-r--r-- | docs/src/extending.dox | 11 | ||||
-rw-r--r-- | docs/src/introduction.dox | 4 |
2 files changed, 11 insertions, 4 deletions
diff --git a/docs/src/extending.dox b/docs/src/extending.dox index 4ede0c5cf60..48436d943e7 100644 --- a/docs/src/extending.dox +++ b/docs/src/extending.dox @@ -25,6 +25,13 @@ The code below is taken from the complete example program @ex_ref{ex_extending.c}. @dontinclude ex_extending.c -@skip main -@until ->close +@skip insensitive +@until nocasecoll + +@until pcoll10 + +@skip add_collator +@until add_collator + +@until conn->close */ diff --git a/docs/src/introduction.dox b/docs/src/introduction.dox index 3e66cc0ed6a..5a767c4f222 100644 --- a/docs/src/introduction.dox +++ b/docs/src/introduction.dox @@ -1,6 +1,6 @@ /* vim: set filetype=c.doxygen : */ -/*! @mainpage Programmer's Reference +/*! @mainpage Reference Guide The WiredTiger Data Store is an extensible platform for data management. This documentation describes the programming interface to WiredTiger used by developers to construct applications. @@ -14,7 +14,7 @@ For full details about using WiredTiger, see: describes the architecture of the WiredTiger engine. - @subpage using\n explains how to write applications that use WiredTiger. -- @ref wiredtiger.h "The WiredTiger API"\n +- @ref wt\n the complete reference manual for the WiredTiger API. - @subpage sql_mapping */ |