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