From 1bad017dcdfba41c564892c9386b9d5465729de0 Mon Sep 17 00:00:00 2001 From: Frank Voorburg Date: Fri, 25 Aug 2017 09:41:15 +0000 Subject: [PATCH] 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 --- Doc/doxygen/DoxyfileLibOpenBLT | 5 +++++ Host/Source/LibOpenBLT/port/windows/canif/lawicel/canusb.h | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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 ****************************************************************************************/