PROTON-1367: Use an exclusion method that doesn't require absolute paths; remove some unused config options
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/325e399e Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/325e399e Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/325e399e Branch: refs/heads/go1 Commit: 325e399e3fe3e8a7fd2dc032c1ea69ec9476b780 Parents: 140cf99 Author: Justin Ross <jr...@apache.org> Authored: Fri Dec 2 15:33:39 2016 -0800 Committer: Justin Ross <jr...@apache.org> Committed: Fri Dec 2 15:33:39 2016 -0800 ---------------------------------------------------------------------- proton-c/docs/api/user.doxygen.in | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/325e399e/proton-c/docs/api/user.doxygen.in ---------------------------------------------------------------------- diff --git a/proton-c/docs/api/user.doxygen.in b/proton-c/docs/api/user.doxygen.in index 7c4a771..4a02bd2 100644 --- a/proton-c/docs/api/user.doxygen.in +++ b/proton-c/docs/api/user.doxygen.in @@ -28,9 +28,7 @@ REPEAT_BRIEF = YES ALWAYS_DETAILED_SEC = NO INLINE_INHERITED_MEMB = YES JAVADOC_AUTOBRIEF = YES -#MULTILINE_CPP_IS_BRIEF = NO INHERIT_DOCS = YES -BUILTIN_STL_SUPPORT = YES INLINE_SIMPLE_STRUCTS = YES HIDE_UNDOC_CLASSES = YES HIDE_COMPOUND_REFERENCE = YES @@ -45,7 +43,6 @@ ENABLE_PREPROCESSING = YES MACRO_EXPANSION = YES EXPAND_ONLY_PREDEF = YES PREDEFINED = PN_EXTERN= PNX_EXTERN= -#EXCLUDE_SYMBOLS = # Configuration options related to warning and progress messages @@ -56,18 +53,18 @@ WARNINGS = YES INPUT = @CMAKE_SOURCE_DIR@/proton-c/include @CMAKE_SOURCE_DIR@/proton-c/docs @CMAKE_SOURCE_DIR@/examples/c FILE_PATTERNS = *.h *.md *.dox -EXCLUDE = \ - @CMAKE_SOURCE_DIR@/proton-c/include/proton/cid.h \ - @CMAKE_SOURCE_DIR@/proton-c/include/proton/engine.h \ - @CMAKE_SOURCE_DIR@/proton-c/include/proton/handlers.h \ - @CMAKE_SOURCE_DIR@/proton-c/include/proton/import_export.h \ - @CMAKE_SOURCE_DIR@/proton-c/include/proton/log.h \ - @CMAKE_SOURCE_DIR@/proton-c/include/proton/object.h \ - @CMAKE_SOURCE_DIR@/proton-c/include/proton/parser.h \ - @CMAKE_SOURCE_DIR@/proton-c/include/proton/reactor.h \ - @CMAKE_SOURCE_DIR@/proton-c/include/proton/selectable.h \ - @CMAKE_SOURCE_DIR@/proton-c/include/proton/type_compat.h -EXCLUDE_PATTERNS = @CMAKE_SOURCE_DIR@/examples/*.c @CMAKE_SOURCE_DIR@/examples/*.h +EXCLUDE_PATTERNS = */examples/*.c \ + */examples/*.h \ + */include/proton/cid.h \ + */include/proton/engine.h \ + */include/proton/handlers.h \ + */include/proton/import_export.h \ + */include/proton/log.h \ + */include/proton/object.h \ + */include/proton/parser.h \ + */include/proton/reactor.h \ + */include/proton/selectable.h \ + */include/proton/type_compat.h FULL_PATH_NAMES = YES RECURSIVE = YES STRIP_FROM_PATH = @CMAKE_SOURCE_DIR@/proton-c/include --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org