diff options
author | Alan Conway <aconway@apache.org> | 2006-12-23 17:20:37 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2006-12-23 17:20:37 +0000 |
commit | 1a5f3f72cc85d88e23d47d4b7ccb52c281205942 (patch) | |
tree | 6956f3a3136b4676b45358706823ad3fe64ed060 /qpid/cpp/docs/api/user.doxygen | |
parent | 42e76f82d4a28a521433a2542dae32436b98aef7 (diff) | |
download | qpid-python-1a5f3f72cc85d88e23d47d4b7ccb52c281205942.tar.gz |
- rpm: make rpm now builds RPMs under rpm/ directory.
- src/qpidd.cpp: added --daemon option to run as daemon.
- etc/qpidd: fixed bugs in init.rc script.
- qpidc.spec: fixed rpmlint warnings, added apache URL
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@489905 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/docs/api/user.doxygen')
-rw-r--r-- | qpid/cpp/docs/api/user.doxygen | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/docs/api/user.doxygen b/qpid/cpp/docs/api/user.doxygen index 2b19196568..0d92dc283b 100644 --- a/qpid/cpp/docs/api/user.doxygen +++ b/qpid/cpp/docs/api/user.doxygen @@ -146,7 +146,7 @@ SHORT_NAMES = YES # comments will behave just like the Qt-style comments (thus requiring an # explicit @brief command for a brief description. -JAVADOC_AUTOBRIEF = NO +JAVADOC_AUTOBRIEF = YES # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen # treat a multi-line C++ special comment block (i.e. a block of //! or /// @@ -729,7 +729,7 @@ ENUM_VALUES_PER_LINE = 4 # Netscape 6.0+, Internet explorer 5.0+, or Konqueror). Windows users are # probably better off using the HTML help feature. -GENERATE_TREEVIEW = YES +GENERATE_TREEVIEW = NO # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be # used to set the initial width (in pixels) of the frame in which the tree |