From 22c2ad1621b473f59ab7ef14fbbe568f5b22ee80 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 30 Aug 2009 17:35:15 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1146 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/Doxyfile | 3 +-- 1 file changed, 1 insertion(+), 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