From a66e8d9ac98d1845714f28d60e3c63f2584ef0b9 Mon Sep 17 00:00:00 2001 From: Rom1 Date: Thu, 10 Nov 2022 16:21:28 +0100 Subject: [PATCH] corr: bad path for furi core (#1975) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * corr: bad path for furi core * Documentation: exclude submodules * Documentation: wider folder list Co-authored-by: Sergey Gavrilov Co-authored-by: あく --- documentation/.gitignore | 2 ++ documentation/Doxyfile | 22 +++++++++++++++------- 2 files changed, 17 insertions(+), 7 deletions(-) create mode 100644 documentation/.gitignore diff --git a/documentation/.gitignore b/documentation/.gitignore new file mode 100644 index 00000000..c18ff03b --- /dev/null +++ b/documentation/.gitignore @@ -0,0 +1,2 @@ +/html +/latex \ No newline at end of file diff --git a/documentation/Doxyfile b/documentation/Doxyfile index 6d6bb8aa..1824e5a5 100644 --- a/documentation/Doxyfile +++ b/documentation/Doxyfile @@ -872,12 +872,9 @@ WARN_LOGFILE = # Note: If this tag is empty the current directory is searched. INPUT = applications \ - core \ - lib/infrared \ - lib/subghz \ - lib/toolbox \ - lib/onewire \ - firmware/targets/furi_hal_include + lib \ + firmware \ + furi # 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 @@ -930,7 +927,18 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = +EXCLUDE = \ + lib/mlib \ + lib/STM32CubeWB \ + lib/littlefs \ + lib/nanopb \ + assets/protobuf \ + lib/libusb_stm32 \ + lib/FreeRTOS-Kernel \ + lib/microtar \ + lib/mbedtls \ + lib/cxxheaderparser \ + applications/plugins/dap_link/lib/free-dap # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded