mirror of https://github.com/rusefi/openblt.git
- Updated exclude pattern for doxygen.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@130 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
parent
6ee735c904
commit
efbab9c73d
|
@ -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 = *
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue