diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-02-24 20:26:19 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-02-24 20:26:19 +0000 |
| commit | b8f7066da1ce4a947324a7c3bb0b4fadd48e9a19 (patch) | |
| tree | 56e63026e344499a0c66dd7ba4c7489abbe066ed /Demos/Host | |
| parent | b288d2a0911cb9bee87dcfda12450d08cb953470 (diff) | |
Minor documentation fixes - change \note entries to \warning where appropriate and remove/update old documentation.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2067 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Host')
| -rw-r--r-- | Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h b/Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h index adf4809e..8850a29f 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 { |
