summaryrefslogtreecommitdiff
path: root/src/docs/Doxyfile
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2013-04-18 22:46:00 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2013-04-18 22:46:00 +1000
commite4bfc6a957126d688c7fa3afd6df67e5b87734bb (patch)
tree2de4e866d7ebb4f244138e26767c617b8de7b03b /src/docs/Doxyfile
parent3f5f248803909375c78b0a6ba8da30e44817f5bc (diff)
downloadmongo-e4bfc6a957126d688c7fa3afd6df67e5b87734bb.tar.gz
Export more of the config parsing machinery to the extension API: we're going to need it at some point.
--HG-- rename : src/config/config.c => src/config/config_ext.c
Diffstat (limited to 'src/docs/Doxyfile')
-rw-r--r--src/docs/Doxyfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/docs/Doxyfile b/src/docs/Doxyfile
index 57c14980450..5359b8e6935 100644
--- a/src/docs/Doxyfile
+++ b/src/docs/Doxyfile
@@ -1591,6 +1591,7 @@ PREDEFINED = DOXYGEN \
__wt_compressor:=WT_COMPRESSOR \
__wt_config_arg:=WT_CONFIG_ARG \
__wt_config_item:=WT_CONFIG_ITEM \
+ __wt_config_scan:=WT_CONFIG_SCAN \
__wt_connection:=WT_CONNECTION \
__wt_cursor:=WT_CURSOR \
__wt_data_source:=WT_DATA_SOURCE \