From 87d97b5bcc5b7fe44cfc71ce28ccfeae1d9b2274 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 15 Jan 2007 18:28:29 +0000 Subject: * Refactor: Moved major broker components (exchanges, queues etc.) from class SessionHandlerImplFactory to more logical class Broker. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@496425 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/docs/api/developer.doxygen | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/docs') diff --git a/cpp/docs/api/developer.doxygen b/cpp/docs/api/developer.doxygen index 258cd2c958..2b81671593 100644 --- a/cpp/docs/api/developer.doxygen +++ b/cpp/docs/api/developer.doxygen @@ -300,7 +300,7 @@ INTERNAL_DOCS = YES # in case and if your file system supports case sensitive file names. Windows # and Mac users are advised to set this option to NO. -CASE_SENSE_NAMES = YES +CASE_SENSE_NAMES = NO # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen # will show members with their full class and namespace scopes in the @@ -560,7 +560,7 @@ FILTER_SOURCE_FILES = NO # Note: To get rid of all source code in the generated output, make sure also # VERBATIM_HEADERS is set to NO. -SOURCE_BROWSER = NO +SOURCE_BROWSER = YES # Setting the INLINE_SOURCES tag to YES will include the body # of functions and classes directly in the documentation. -- cgit v1.2.1