diff options
author | Sven Gothel <[email protected]> | 2020-09-03 15:39:06 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-09-03 15:39:06 +0200 |
commit | d4a48bb4e01810f274af3d5b20c79d9fba6759c6 (patch) | |
tree | 9511f1ef52156c1d36ab41b9f25f0d36f0009a50 /Doxyfile.cpp.in | |
parent | f01c844052258edee87b165055349152622f80f6 (diff) |
Fixing Example crossreference and Menu item
The \example tag referring to the example code file must be added to the actual API (header) files.
Diffstat (limited to 'Doxyfile.cpp.in')
-rw-r--r-- | Doxyfile.cpp.in | 12 |
1 files changed, 3 insertions, 9 deletions
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 |