diff --git a/Doc/doxygen/DoxyfileLibOpenBLT b/Doc/doxygen/DoxyfileLibOpenBLT index 09dfc6ea..2b746ce2 100644 --- a/Doc/doxygen/DoxyfileLibOpenBLT +++ b/Doc/doxygen/DoxyfileLibOpenBLT @@ -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 diff --git a/Host/Source/LibOpenBLT/port/windows/canif/lawicel/canusb.h b/Host/Source/LibOpenBLT/port/windows/canif/lawicel/canusb.h index 6c13ddd1..fb31f1f3 100644 --- a/Host/Source/LibOpenBLT/port/windows/canif/lawicel/canusb.h +++ b/Host/Source/LibOpenBLT/port/windows/canif/lawicel/canusb.h @@ -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 ****************************************************************************************/