summaryrefslogtreecommitdiff
path: root/src/docs/Doxyfile
diff options
context:
space:
mode:
authorDon Anderson <dda@ddanderson.com>2015-04-29 16:32:52 -0400
committerDon Anderson <dda@ddanderson.com>2015-04-29 16:32:52 -0400
commit76bdf265ed4918b454ce01a36b5b83b59184ad35 (patch)
treeb4db42a4db97a52896ab8e4461640d220e034932 /src/docs/Doxyfile
parent11361d416c51e18236f126221b908a03deeca37a (diff)
downloadmongo-76bdf265ed4918b454ce01a36b5b83b59184ad35.tar.gz
Improved encryption documentation per Keith's review:
wt -E is documented. References to examples are clickable. Added 'warning' sections for what we do and don't do. Removed encryption+compression section. Clarified keyid example text. References WT-1822.
Diffstat (limited to 'src/docs/Doxyfile')
-rw-r--r--src/docs/Doxyfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/docs/Doxyfile b/src/docs/Doxyfile
index 92a8fd40670..4c1682de6eb 100644
--- a/src/docs/Doxyfile
+++ b/src/docs/Doxyfile
@@ -780,7 +780,8 @@ EXCLUDE_SYMBOLS = __F \
EXAMPLE_PATH = ../../examples/c \
../../examples/java/com/wiredtiger/examples/ \
../../ext/compressors/nop \
- ../../ext/encryptors/nop
+ ../../ext/encryptors/nop \
+ ../../ext/encryptors/rotn
# 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