diff options
-rw-r--r-- | docs/Doxyfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile index 981d70ee6..9a11aa4d0 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -650,8 +650,7 @@ RECURSIVE = NO # 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 = ../ports/ARMCM3/cmsis \ - ../ports/ARMCM3-STM32F103/stm32f10x.h +EXCLUDE = ../os/io/platforms/STM32/stm32f10x.h # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded |