From fc4d3ab4003743718d0849d3c963d1fa55c4954f Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 1 Feb 2012 21:28:25 +0000 Subject: Minor documentation improvements. --- Bootloaders/DFU/BootloaderDFU.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bootloaders/DFU') diff --git a/Bootloaders/DFU/BootloaderDFU.h b/Bootloaders/DFU/BootloaderDFU.h index 2c10a1162..5e1f19e99 100644 --- a/Bootloaders/DFU/BootloaderDFU.h +++ b/Bootloaders/DFU/BootloaderDFU.h @@ -148,7 +148,7 @@ /** Type define for a structure containing a complete DFU command issued by the host. */ typedef struct { - uint8_t Command; /**< Single byte command to perform, one of the COMMAND_* macro values */ + uint8_t Command; /**< Single byte command to perform, one of the \c COMMAND_* macro values */ uint8_t Data[5]; /**< Command parameters */ uint16_t DataSize; /**< Size of the command parameters */ } DFU_Command_t; -- cgit v1.2.3