diff options
author | Martin Pool <mbp@samba.org> | 2001-11-15 06:14:28 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2001-11-15 06:14:28 +0000 |
commit | 451f7c1ac48559f40d28ffe66bd0cc287056fa6f (patch) | |
tree | 27d1dd753d29e29e137294dfe39fddbb63f610f6 | |
parent | ea40fa55f0c385dd714300a7dcf89393f831ca79 (diff) | |
download | samba-451f7c1ac48559f40d28ffe66bd0cc287056fa6f.tar.gz samba-451f7c1ac48559f40d28ffe66bd0cc287056fa6f.tar.xz samba-451f7c1ac48559f40d28ffe66bd0cc287056fa6f.zip |
Don't include the treeview -- for Samba it is too big and can lock up
browsers.
(This used to be commit 4e6c57fefa25036877a93b9056d06c725a5964cc)
-rw-r--r-- | source3/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Doxyfile b/source3/Doxyfile index 37109749e67..c25a45ddc3d 100644 --- a/source3/Doxyfile +++ b/source3/Doxyfile @@ -86,7 +86,7 @@ BINARY_TOC = NO TOC_EXPAND = NO DISABLE_INDEX = NO ENUM_VALUES_PER_LINE = 3 -GENERATE_TREEVIEW = YES +GENERATE_TREEVIEW = NO TREEVIEW_WIDTH = 250 #--------------------------------------------------------------------------- # configuration options related to the LaTeX output |