From: Dean Camera Date: Sun, 12 Dec 2021 04:14:48 +0000 (+1100) Subject: Fix documemntation build. X-Git-Url: http://git.linex4red.de/pub/lufa.git/commitdiff_plain/1f8bfff3b70439552361f47c0956b14a20087691 Fix documemntation build. --- diff --git a/LUFA/Drivers/Board/AVR8/TEENSY/Board.h b/LUFA/Drivers/Board/AVR8/TEENSY/Board.h index e93080ad8..85638128f 100644 --- a/LUFA/Drivers/Board/AVR8/TEENSY/Board.h +++ b/LUFA/Drivers/Board/AVR8/TEENSY/Board.h @@ -37,8 +37,8 @@ */ /** \ingroup Group_BoardInfo - * \defgroup Group_BoardInfo_TEENSY2 TEENSY2PP - * \brief Board specific information header for the PJRC Teensy 2 ++ boards. + * \defgroup Group_BoardInfo_TEENSY2PP TEENSY2PP + * \brief Board specific information header for the PJRC Teensy 2++ boards. * * See \ref Group_BoardInfo_TEENSY for more details. */ @@ -51,8 +51,8 @@ */ /** \ingroup Group_BoardInfo - * \defgroup Group_BoardInfo_TEENSY TEENSYPP - * \brief Board specific information header for the PJRC Teensy 1 ++ boards. + * \defgroup Group_BoardInfo_TEENSYPP TEENSYPP + * \brief Board specific information header for the PJRC Teensy 1++ boards. * * See \ref Group_BoardInfo_TEENSY for more details. */ @@ -61,7 +61,7 @@ * \defgroup Group_BoardInfo_TEENSY TEENSY * \brief Board specific information header for the PJRC Teensy 1 boards. * - * Board specific information header for the PJRC Teensy 1, 1++, 2, 2 ++ boards (http://www.pjrc.com/teensy/index.html). + * Board specific information header for the PJRC Teensy 1, 1++, 2, 2++ boards (http://www.pjrc.com/teensy/index.html). * * @{ */ diff --git a/LUFA/Version.h b/LUFA/Version.h index fd56c5a0c..7559c459d 100644 --- a/LUFA/Version.h +++ b/LUFA/Version.h @@ -54,10 +54,10 @@ #define LUFA_VERSION_RELEASE_TYPE_FULL 2 /**@}*/ - /** Indicates the version number of the library, as an integer. \note This value is only updates in non-development releases. */ + /** Indicates the version number of the library, as an integer. \note This value is only updated in non-development releases. */ #define LUFA_VERSION_INTEGER 0x210130 - /** Indicates the version number of the library, as a string. \note This value is only updates in non-development releases. */ + /** Indicates the version number of the library, as a string. \note This value is only updated in non-development releases. */ #define LUFA_VERSION_STRING "210130" /** Indicates the release type of the library. */