summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2012-05-30 09:05:52 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2012-05-30 09:05:52 +1000
commiteba237f975b4832447d119251e9a0bbe8d727150 (patch)
tree31948c3d8c03b4b28d1147d8fdfaa4a967d11a50
parentcc96decdbaa2338798811c31d484a073fe0ac688 (diff)
downloadmongo-eba237f975b4832447d119251e9a0bbe8d727150.tar.gz
Don't build the landing page in an ordinary doc build.
-rw-r--r--src/docs/Doxyfile3
-rw-r--r--src/docs/top/Doxyfile11
2 files changed, 8 insertions, 6 deletions
diff --git a/src/docs/Doxyfile b/src/docs/Doxyfile
index f411bd3a0b1..47ebbab6e60 100644
--- a/src/docs/Doxyfile
+++ b/src/docs/Doxyfile
@@ -702,7 +702,8 @@ EXCLUDE = \
design.dox \
processes.dox \
sql-map.dox \
- tools
+ tools \
+ top
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
diff --git a/src/docs/top/Doxyfile b/src/docs/top/Doxyfile
index 5bbd822a327..468dd31aee4 100644
--- a/src/docs/top/Doxyfile
+++ b/src/docs/top/Doxyfile
@@ -1,8 +1,9 @@
# Override settings in the normal documentation build for the landing page.
-PROJECT_NUMBER = "Developer Site"
-OUTPUT_DIRECTORY = ../../docs/top
-INPUT = top license.dox
+PROJECT_NUMBER = "Developer Site"
+OUTPUT_DIRECTORY = ../../docs/top
+INPUT = top license.dox
+EXCLUDE =
-GENERATE_TREEVIEW = NO
-USE_INLINE_TREES = NO
+GENERATE_TREEVIEW = NO
+USE_INLINE_TREES = NO