diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-10-26 17:05:33 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-10-26 17:05:33 (GMT) |
commit | 7f2dedd12579fc67f17c63e385a2cc8d650f341f (patch) | |
tree | a460bbdc83e6c192c827de3a4ecc236685ab69e6 | |
parent | cd4c60be952860f2d579bb12796bd8817a7a193d (diff) | |
download | swift-contrib-7f2dedd12579fc67f17c63e385a2cc8d650f341f.zip swift-contrib-7f2dedd12579fc67f17c63e385a2cc8d650f341f.tar.bz2 |
Don't show directories in doxygen.
-rw-r--r-- | Documentation/API/Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/API/Doxyfile b/Documentation/API/Doxyfile index bccbca9..10e40ac 100644 --- a/Documentation/API/Doxyfile +++ b/Documentation/API/Doxyfile @@ -65,8 +65,8 @@ GENERATE_DEPRECATEDLIST= YES ENABLED_SECTIONS = MAX_INITIALIZER_LINES = 30 SHOW_USED_FILES = YES -SHOW_DIRECTORIES = YES -SHOW_FILES = YES +SHOW_DIRECTORIES = NO +SHOW_FILES = NO SHOW_NAMESPACES = NO FILE_VERSION_FILTER = #LAYOUT_FILE = |