From 03a39d920d010b29b156a99ee9b3fcfc7c7c64a1 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 9 Jun 2008 20:55:09 +0000 Subject: Updated doxygen comments in qpid/client/*.h Changed request-response example to use SubscriptionManager like the others. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@665891 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/docs/api/user.doxygen.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'cpp/docs/api') diff --git a/cpp/docs/api/user.doxygen.in b/cpp/docs/api/user.doxygen.in index 4b65b73347..ee0860f8b4 100644 --- a/cpp/docs/api/user.doxygen.in +++ b/cpp/docs/api/user.doxygen.in @@ -249,7 +249,7 @@ EXTRACT_LOCAL_CLASSES = NO # the interface are included in the documentation. # If set to NO (the default) only methods in the interface are included. -EXTRACT_LOCAL_METHODS = YES +EXTRACT_LOCAL_METHODS = NO # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all # undocumented members of documented classes, files or namespaces. @@ -457,7 +457,7 @@ WARN_LOGFILE = doxygen.log # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @abs_top_srcdir@/src @abs_top_builddir@/src/gen +INPUT = @top_srcdir@/src/qpid @top_builddir@/src/gen/qpid # 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 @@ -477,7 +477,7 @@ RECURSIVE = YES # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. -EXCLUDE = test +EXCLUDE = test tests broker amqp_0_10 log sys cluster management # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded @@ -553,7 +553,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. @@ -590,7 +590,7 @@ USE_HTAGS = NO # will generate a verbatim copy of the header file for each class for # which an include is specified. Set to NO to disable this. -VERBATIM_HEADERS = YES +VERBATIM_HEADERS = NO #--------------------------------------------------------------------------- # configuration options related to the alphabetical class index -- cgit v1.2.1