summaryrefslogtreecommitdiff
path: root/src/docs/Doxyfile
diff options
context:
space:
mode:
authorSusan LoVerso <sue@wiredtiger.com>2015-03-26 12:29:50 -0400
committerSusan LoVerso <sue@wiredtiger.com>2015-03-26 12:29:50 -0400
commit1c23661e877ecbc7a067a6e6b9b04489be52ab05 (patch)
treefa41a0f73edd5a5e0e32678ea85354dcf86daea3 /src/docs/Doxyfile
parentd648686a8e55cba5fc6777f7ae5683501bf2245f (diff)
downloadmongo-1c23661e877ecbc7a067a6e6b9b04489be52ab05.tar.gz
More plumbing. #1822
Diffstat (limited to 'src/docs/Doxyfile')
-rw-r--r--src/docs/Doxyfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/docs/Doxyfile b/src/docs/Doxyfile
index d203826dcae..92a8fd40670 100644
--- a/src/docs/Doxyfile
+++ b/src/docs/Doxyfile
@@ -779,7 +779,8 @@ EXCLUDE_SYMBOLS = __F \
EXAMPLE_PATH = ../../examples/c \
../../examples/java/com/wiredtiger/examples/ \
- ../../ext/compressors/nop
+ ../../ext/compressors/nop \
+ ../../ext/encryptors/nop
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
@@ -1564,6 +1565,7 @@ PREDEFINED = DOXYGEN \
__wt_connection:=WT_CONNECTION \
__wt_cursor:=WT_CURSOR \
__wt_data_source:=WT_DATA_SOURCE \
+ __wt_encryptor:=WT_ENCRYPTOR \
__wt_event_handler:=WT_EVENT_HANDLER \
__wt_extension_api:=WT_EXTENSION_API \
__wt_extractor:=WT_EXTRACTOR \