diff options
author | Alan Conway <aconway@apache.org> | 2007-01-15 18:28:29 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-01-15 18:28:29 +0000 |
commit | 87d97b5bcc5b7fe44cfc71ce28ccfeae1d9b2274 (patch) | |
tree | 03929353228d063bf8892d6c57d4bf46fa467ddd /cpp/docs/api | |
parent | fa15e6d52022cc1576b19e3caaecf66260c1923e (diff) | |
download | qpid-python-87d97b5bcc5b7fe44cfc71ce28ccfeae1d9b2274.tar.gz |
* 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
Diffstat (limited to 'cpp/docs/api')
-rw-r--r-- | cpp/docs/api/developer.doxygen | 4 |
1 files changed, 2 insertions, 2 deletions
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. |