summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@mongodb.com>2016-11-03 14:20:51 +1100
committerGitHub <noreply@github.com>2016-11-03 14:20:51 +1100
commit3e6d76056f4cddc29c3f9e61df9a7939ac95699b (patch)
treeeecfbe88617f92b7743b8e64433b21a967a48097
parent561ed2a058cf55a14f3469ca1cbd0a2df34286c7 (diff)
downloadmongo-3e6d76056f4cddc29c3f9e61df9a7939ac95699b.tar.gz
WT-3003 Fix doxygen comment blocks. (#3124)
-rw-r--r--src/include/wiredtiger.in14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/include/wiredtiger.in b/src/include/wiredtiger.in
index 7b7b557f14c..665e8eaf4b0 100644
--- a/src/include/wiredtiger.in
+++ b/src/include/wiredtiger.in
@@ -4201,6 +4201,11 @@ extern int wiredtiger_extension_terminate(WT_CONNECTION *connection);
/*! @} */
/*!
+ * @addtogroup wt
+ * @{
+ */
+
+/*!
* @name Log record and operation types
* @anchor log_types
* @{
@@ -4210,8 +4215,6 @@ extern int wiredtiger_extension_terminate(WT_CONNECTION *connection);
* never change because they're written into the log. Append
* any new records or operations to the appropriate set.
*/
-/*! invalid operation */
-#define WT_LOGOP_INVALID 0
/*! checkpoint */
#define WT_LOGREC_CHECKPOINT 0
/*! transaction commit */
@@ -4220,6 +4223,8 @@ extern int wiredtiger_extension_terminate(WT_CONNECTION *connection);
#define WT_LOGREC_FILE_SYNC 2
/*! message */
#define WT_LOGREC_MESSAGE 3
+/*! invalid operation */
+#define WT_LOGOP_INVALID 0
/*! column put */
#define WT_LOGOP_COL_PUT 1
/*! column remove */
@@ -4237,10 +4242,6 @@ extern int wiredtiger_extension_terminate(WT_CONNECTION *connection);
/*******************************************
* Statistic reference.
*******************************************/
-/*!
- * @addtogroup wt
- * @{
- */
/*
* DO NOT EDIT: automatically built by dist/api_stat.py.
* Statistics section: BEGIN
@@ -5104,6 +5105,7 @@ extern int wiredtiger_extension_terminate(WT_CONNECTION *connection);
* Statistics section: END
* DO NOT EDIT: automatically built by dist/api_stat.py.
*/
+/*! @} */
#undef __F