From 215dda4cb7bca0a223bcd7a913ae9dacb179cf06 Mon Sep 17 00:00:00 2001
From: Alexandre Bourget <alexandre.bourget@savoirfairelinux.com>
Date: Wed, 12 Sep 2007 10:19:48 -0400
Subject: [PATCH] Doxygen: recurse into DBUS directory, remove src/gui stuff.

---
 doc/doxygen/Doxyfile-server | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/doxygen/Doxyfile-server b/doc/doxygen/Doxyfile-server
index 9cf8b25b0f..fa1dc05f77 100644
--- a/doc/doxygen/Doxyfile-server
+++ b/doc/doxygen/Doxyfile-server
@@ -450,7 +450,7 @@ WARN_LOGFILE           =
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-INPUT                  = src src/audio src/zeroconf src/config src/gui/server src/gui
+INPUT                  = src src/audio src/zeroconf src/config src/dbus
 
 # If the value of the INPUT tag contains directories, you can use the 
 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
-- 
GitLab