From 01c82c0b587bc25d8f19222cb85a01f244a4a652 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Sat, 11 Dec 2004 13:40:24 +0000 Subject: [PATCH] enable new Doxygen option SHOW_DIRECTORIES svn path=/trunk/; revision=12011 --- reactos/subsys/system/explorer/Doxyfile | 2 ++ reactos/subsys/system/explorer/Doxyfile-all | 2 ++ 2 files changed, 4 insertions(+) diff --git a/reactos/subsys/system/explorer/Doxyfile b/reactos/subsys/system/explorer/Doxyfile index 845b0705de1..063994311d6 100644 --- a/reactos/subsys/system/explorer/Doxyfile +++ b/reactos/subsys/system/explorer/Doxyfile @@ -211,3 +211,5 @@ DOT_CLEANUP = YES # Configuration::addtions related to the search engine #--------------------------------------------------------------------------- SEARCHENGINE = YES + +SHOW_DIRECTORIES = YES diff --git a/reactos/subsys/system/explorer/Doxyfile-all b/reactos/subsys/system/explorer/Doxyfile-all index a229763e4f4..8702a5eddbf 100644 --- a/reactos/subsys/system/explorer/Doxyfile-all +++ b/reactos/subsys/system/explorer/Doxyfile-all @@ -211,3 +211,5 @@ DOT_CLEANUP = YES # Configuration::addtions related to the search engine #--------------------------------------------------------------------------- SEARCHENGINE = YES + +SHOW_DIRECTORIES = YES