summaryrefslogtreecommitdiff
path: root/src/include/wiredtiger_ext.h
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2014-05-10 09:47:26 -0400
committerKeith Bostic <keith@wiredtiger.com>2014-05-10 09:47:26 -0400
commit04d89a151b70eb6837caddde808f977a4d52fd6c (patch)
treefd59d1fbc14ad7d19a9dde581c8b485228f00acb /src/include/wiredtiger_ext.h
parent6a7bf7247016c97010c52a81f55ada00a0e8aba5 (diff)
downloadmongo-04d89a151b70eb6837caddde808f977a4d52fd6c.tar.gz
Run the "standard" extensions through the style checks, mostly add a
bunch of function header comments. Change the compression source files to all have roughly identical patterns.
Diffstat (limited to 'src/include/wiredtiger_ext.h')
-rw-r--r--src/include/wiredtiger_ext.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/wiredtiger_ext.h b/src/include/wiredtiger_ext.h
index acf7efad3d9..ff6bc8ffde4 100644
--- a/src/include/wiredtiger_ext.h
+++ b/src/include/wiredtiger_ext.h
@@ -79,7 +79,8 @@ struct __wt_txn_notify {
* The following code is from the sample compression module, where compression
* extension functions are configured in the extension's entry point:
*
- * @snippet nop_compress.c WT_COMPRESSOR initialization
+ * @snippet nop_compress.c WT_COMPRESSOR initialization structure
+ * @snippet nop_compress.c WT_COMPRESSOR initialization function
*/
struct __wt_extension_api {
/* !!! To maintain backwards compatibility, this structure is append-only. */