Fix documemntation build.
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 12 Dec 2021 04:14:48 +0000 (15:14 +1100)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 12 Dec 2021 04:14:48 +0000 (15:14 +1100)
LUFA/Drivers/Board/AVR8/TEENSY/Board.h
LUFA/Version.h

index e93080a..8563812 100644 (file)
@@ -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).
  *
  *  @{
  */
index fd56c5a..7559c45 100644 (file)
                                #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. */