diff options
Diffstat (limited to 'src/docs/examples.dox')
-rw-r--r-- | src/docs/examples.dox | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/docs/examples.dox b/src/docs/examples.dox index 3ed7357b52c..c5a106a00c9 100644 --- a/src/docs/examples.dox +++ b/src/docs/examples.dox @@ -9,9 +9,6 @@ Show how to configure and use asynchronous operations. A more complex schema based on a call center example, showing how to map some SQL constructs onto the WiredTiger API. -@example ex_config.c -Shows how to configure some properties of the database and tables. - @example ex_cursor.c Shows some common cursor types and operations. @@ -55,4 +52,7 @@ Shows how to access the database log files. @example ex_thread.c Shows how to access a database with multiple threads. +@example ex_file_system.c +Shows how to extend WiredTiger with a custom file-system implementation. + */ |