From efbab9c73dc82aac1b36fd27b39f744c01892515 Mon Sep 17 00:00:00 2001 From: Frank Voorburg Date: Thu, 25 Feb 2016 14:23:54 +0000 Subject: [PATCH] - Updated exclude pattern for doxygen. git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@130 5dc33758-31d5-4daf-9ae8-b24bf3d40d73 --- Doc/doxygen/Doxyfile | 3 ++- Target/Source/TRICORE_TC1798/flash.h | 2 +- Target/Source/readme.dox | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Doc/doxygen/Doxyfile b/Doc/doxygen/Doxyfile index 6d22a7ee..7bb5ac91 100644 --- a/Doc/doxygen/Doxyfile +++ b/Doc/doxygen/Doxyfile @@ -126,7 +126,8 @@ RECURSIVE = YES EXCLUDE = EXCLUDE_SYMLINKS = NO EXCLUDE_PATTERNS = */lib/* \ - */third_party/* + */third_party/* \ + */Boot/usb* EXCLUDE_SYMBOLS = EXAMPLE_PATH = EXAMPLE_PATTERNS = * diff --git a/Target/Source/TRICORE_TC1798/flash.h b/Target/Source/TRICORE_TC1798/flash.h index fe525a0d..0d30a994 100644 --- a/Target/Source/TRICORE_TC1798/flash.h +++ b/Target/Source/TRICORE_TC1798/flash.h @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Source\TRICORE_TC1798\flash.c +* \file Source\TRICORE_TC1798\flash.h * \brief Bootloader flash driver source file. * \ingroup Target_TRICORE_TC1798 * \internal diff --git a/Target/Source/readme.dox b/Target/Source/readme.dox index c8363bff..fb3d55c5 100644 --- a/Target/Source/readme.dox +++ b/Target/Source/readme.dox @@ -22,7 +22,7 @@ implementation of the hook functions (hooks.c). ---------------------------------------------------------------------------------------- C O P Y R I G H T ---------------------------------------------------------------------------------------- - Copyright (c) by Feaser 2011-2014 http://www.feaser.com All rights reserved + Copyright (c) by Feaser 2011-2016 http://www.feaser.com All rights reserved ---------------------------------------------------------------------------------------- L I C E N S E