mirror of https://github.com/rusefi/openblt.git
Refs #379. Added exclusion for the Kvaser CANLIB headers in LibOpenBLT's Doxygen configuration file.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@359 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
parent
0f86589794
commit
1bad017dcd
|
@ -890,6 +890,11 @@ EXCLUDE_SYMLINKS = NO
|
|||
# exclude all test directories for example use the pattern */test/*
|
||||
|
||||
EXCLUDE_PATTERNS = */lint/* \
|
||||
*/kvaser/canevt.h \
|
||||
*/kvaser/canlib.h \
|
||||
*/kvaser/canstat.h \
|
||||
*/kvaser/obsolete.h \
|
||||
*/kvaser/predef.h \
|
||||
*/build/*
|
||||
|
||||
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
||||
|
|
|
@ -27,9 +27,9 @@
|
|||
****************************************************************************************/
|
||||
/************************************************************************************//**
|
||||
* \defgroup Lawicel_CanUsb Lawicel CANUSB interface
|
||||
* \brief This module implements the CAN interface for the Lawicel CANUSB. When using
|
||||
* the Lawicel CANUSB interface, the 32-bit driver for the CANUSB DLL API
|
||||
* should be installed:
|
||||
* \brief This module implements the CAN interface for the Lawicel CANUSB.
|
||||
* \details When using the Lawicel CANUSB interface, the 32-bit driver for the CANUSB
|
||||
* DLL API should be installed:
|
||||
* http://www.can232.com/download/canusb_setup_win32_v_2_2.zip
|
||||
* \ingroup CanDriver
|
||||
****************************************************************************************/
|
||||
|
|
Loading…
Reference in New Issue