summaryrefslogtreecommitdiff
path: root/src/docs/Doxyfile
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2014-08-29 12:58:16 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2014-08-29 12:58:16 +1000
commit558486304ee8a40cc45bdc64abd802b616712c29 (patch)
tree714493af17943dfc0455f104fffbee87824f6422 /src/docs/Doxyfile
parent54a2ba675c42eb8d4662f625024f01e89d30e9ec (diff)
downloadmongo-558486304ee8a40cc45bdc64abd802b616712c29.tar.gz
Turn off autobrief for pages in the documentation, do a pass for naming structure.
--HG-- rename : src/docs/checkpoints.dox => src/docs/checkpoint.dox rename : src/docs/custom_data.dox => src/docs/custom-data-sources.dox rename : src/docs/data_sources.dox => src/docs/data-sources.dox rename : src/docs/config-file.dox => src/docs/database-config.dox rename : src/docs/error.dox => src/docs/error-handling.dox rename : src/docs/tune-compress.dox => src/docs/tune-compression.dox rename : src/docs/tune-system-buffer.dox => src/docs/tune-system-buffer-cache.dox rename : src/docs/tune-huge-page.dox => src/docs/tune-transparent-huge-pages.dox
Diffstat (limited to 'src/docs/Doxyfile')
-rw-r--r--src/docs/Doxyfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/docs/Doxyfile b/src/docs/Doxyfile
index ee483b97853..792b255f4ab 100644
--- a/src/docs/Doxyfile
+++ b/src/docs/Doxyfile
@@ -163,7 +163,7 @@ SHORT_NAMES = NO
# comments will behave just like regular Qt-style comments
# (thus requiring an explicit @brief command for a brief description.)
-JAVADOC_AUTOBRIEF = YES
+JAVADOC_AUTOBRIEF = NO
# If the QT_AUTOBRIEF tag is set to YES then Doxygen will
# interpret the first line (until the first dot) of a Qt-style
@@ -816,7 +816,8 @@ INPUT_FILTER =
# info on how filters are used. If FILTER_PATTERNS is empty or if
# non of the patterns match the file name, INPUT_FILTER is applied.
-FILTER_PATTERNS = *.py=tools/pyfilter
+FILTER_PATTERNS = *.py=tools/pyfilter \
+ *.dox=tools/doxfilter
# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
# INPUT_FILTER) will be used to filter the input files when producing source