From 7dc746c2c1c1cde95465c9a644ca9c15e74f6704 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 11 Sep 2014 19:57:23 +1000 Subject: [PATCH] Minor documentation improvements. --- Demos/Device/ClassDriver/DualMIDI/Descriptors.h | 2 +- LUFA/DoxygenPages/KnownIssues.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Demos/Device/ClassDriver/DualMIDI/Descriptors.h b/Demos/Device/ClassDriver/DualMIDI/Descriptors.h index 8871705fc9..8164bfc930 100644 --- a/Demos/Device/ClassDriver/DualMIDI/Descriptors.h +++ b/Demos/Device/ClassDriver/DualMIDI/Descriptors.h @@ -53,7 +53,7 @@ /* Type Defines: */ /** Type define for a dual jack endpoint descriptor. This is identical to the LUFA MIDI class driver's - * \ref USB_MIDI_Descriptor_Jack_Endpoint_t, except that it contains two jack association entries. + * USB_MIDI_Descriptor_Jack_Endpoint_t, except that it contains two jack association entries. */ typedef struct { diff --git a/LUFA/DoxygenPages/KnownIssues.txt b/LUFA/DoxygenPages/KnownIssues.txt index 8995f0ddbc..5c928269b2 100644 --- a/LUFA/DoxygenPages/KnownIssues.txt +++ b/LUFA/DoxygenPages/KnownIssues.txt @@ -39,7 +39,7 @@ * - No known issues. * - Atmel Studio Integration * - Not all devices are listed in the "Supported Parts" screen when selecting a device. To select an alternative device, change the "Show Device" drop-down to "All Parts". - * - When switching boards after changing the device selection, a second conflicting \cB OARD symbol definition can be created that prevents successful compilation. To fix, open the project properties window (Project->Project {name} Properties... menu item), click the "Toolchain" tab, click "Symbols" under the "AVR/GNU C Compiler" section and remove the incorrect definition. + * - When switching boards after changing the device selection, a second conflicting \c BOARD symbol definition can be created that prevents successful compilation. To fix, open the project properties window (Project->Project {name} Properties... menu item), click the "Toolchain" tab, click "Symbols" under the "AVR/GNU C Compiler" section and remove the incorrect definition. * * \section Sec_KnownIssues140302 Version 140302 * - AVR8 Architecture