diff options
author | Keith Bostic <keith@wiredtiger.com> | 2013-04-20 11:27:56 -0400 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2013-04-20 11:27:56 -0400 |
commit | 37bc5c7036e790bad570562a271bc002937ef801 (patch) | |
tree | 0bbb166a6a065e1c6d37f08b9dbc791c02915db8 /src/include/wiredtiger_ext.h | |
parent | dd905815639c5e05daefbfdef6af41fea5befc41 (diff) | |
download | mongo-37bc5c7036e790bad570562a271bc002937ef801.tar.gz |
minor cleanup, remove unnecessary documentation chunk.
Diffstat (limited to 'src/include/wiredtiger_ext.h')
-rw-r--r-- | src/include/wiredtiger_ext.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/wiredtiger_ext.h b/src/include/wiredtiger_ext.h index 11d629382ef..a54773c3967 100644 --- a/src/include/wiredtiger_ext.h +++ b/src/include/wiredtiger_ext.h @@ -38,10 +38,9 @@ extern "C" { * * @snippet ex_data_source.c WT_EXTENSION_API declaration * - * The following code is from the sample compression module, where the - * extension functions are configured in the extension's entry point: + * 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_EXTENSION_API declaration * @snippet nop_compress.c WT_EXTENSION_API initialization */ struct __wt_extension_api { |