From: Dean Camera Date: Fri, 24 Feb 2012 20:26:19 +0000 (+0000) Subject: Minor documentation fixes - change \note entries to \warning where appropriate and... X-Git-Tag: LUFA-120730~140 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/63a65a9598266f2ede393d6cf2e24237c81bf158?ds=inline Minor documentation fixes - change \note entries to \warning where appropriate and remove/update old documentation. --- diff --git a/Bootloaders/DFU/BootloaderDFU.txt b/Bootloaders/DFU/BootloaderDFU.txt index f7f5ee9a8..110d361b6 100644 --- a/Bootloaders/DFU/BootloaderDFU.txt +++ b/Bootloaders/DFU/BootloaderDFU.txt @@ -94,7 +94,7 @@ * Several user application functions for FLASH and other special memory area manipulations are exposed by the bootloader, * allowing the user application to call into the bootloader at runtime to read and write FLASH data. * - * \note The APIs exposed by the DFU class bootloader are \b NOT compatible with the API exposed by the official Atmel DFU bootloader. + * \warning The APIs exposed by the DFU class bootloader are \b NOT compatible with the API exposed by the official Atmel DFU bootloader. * * By default, the bootloader API jump table is located 32 bytes from the end of the device's FLASH memory, and follows the * following layout: diff --git a/Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h b/Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h index adf4809e2..8850a29f2 100644 --- a/Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h +++ b/Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h @@ -76,7 +76,7 @@ /** Structure for the association of attribute ID values to an attribute value in FLASH. A table of these * structures can then be built up for each supported UUID service within the device. * - * \note This table must be terminated with a \ref SERVICE_ATTRIBUTE_TABLE_TERMINATOR element. + * \attention This table must be terminated with a \ref SERVICE_ATTRIBUTE_TABLE_TERMINATOR element. */ typedef struct {