From d4a48bb4e01810f274af3d5b20c79d9fba6759c6 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 3 Sep 2020 15:39:06 +0200 Subject: Fixing Example crossreference and Menu item The \example tag referring to the example code file must be added to the actual API (header) files. --- Doxyfile.cpp.in | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'Doxyfile.cpp.in') diff --git a/Doxyfile.cpp.in b/Doxyfile.cpp.in index d1e278d1..3faf0f03 100644 --- a/Doxyfile.cpp.in +++ b/Doxyfile.cpp.in @@ -761,10 +761,7 @@ WARN_LOGFILE = INPUT = @CMAKE_CURRENT_SOURCE_DIR@/api/ \ @CMAKE_CURRENT_SOURCE_DIR@/src/ \ @CMAKE_CURRENT_SOURCE_DIR@/README.md \ - @CMAKE_CURRENT_SOURCE_DIR@/examples/ \ - @CMAKE_CURRENT_SOURCE_DIR@/examples/direct_bt_scanner10/dbt_scanner10.cpp \ - @CMAKE_CURRENT_SOURCE_DIR@/examples/direct_bt_scanner01/dbt_scanner01.cpp \ - @CMAKE_CURRENT_SOURCE_DIR@/examples/direct_bt_scanner00/dbt_scanner00.cpp + @CMAKE_CURRENT_SOURCE_DIR@/examples/ # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses @@ -832,10 +829,7 @@ EXCLUDE_SYMBOLS = # that contain example code fragments that are included (see the \include # command). -EXAMPLE_PATH = @CMAKE_CURRENT_SOURCE_DIR@/examples/ \ - @CMAKE_CURRENT_SOURCE_DIR@/examples/direct_bt_scanner10/dbt_scanner10.cpp \ - @CMAKE_CURRENT_SOURCE_DIR@/examples/direct_bt_scanner01/dbt_scanner01.cpp \ - @CMAKE_CURRENT_SOURCE_DIR@/examples/direct_bt_scanner00/dbt_scanner00.cpp +EXAMPLE_PATH = @CMAKE_CURRENT_SOURCE_DIR@/examples/ # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and @@ -2191,7 +2185,7 @@ UML_LIMIT_NUM_FIELDS = 10 # The default value is: NO. # This tag requires that the tag HAVE_DOT is set to YES. -TEMPLATE_RELATIONS = NO +TEMPLATE_RELATIONS = YES # If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to # YES then doxygen will generate a graph for each documented file showing the -- cgit v1.2.3