aboutsummaryrefslogtreecommitdiff
path: root/Projects/MissileLauncher
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-02-01 21:28:25 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-02-01 21:28:25 +0000
commit6ca170495ca4b864fae3402de9bbad370c044a4d (patch)
tree72a8811e57bbfb7c0f83c2fab60154b77ae7ad22 /Projects/MissileLauncher
parent2b4392b2dcfdad789aac26400a2a3802a27c5fe9 (diff)
Minor documentation improvements.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2017 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/MissileLauncher')
-rw-r--r--Projects/MissileLauncher/MissileLauncher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/MissileLauncher/MissileLauncher.c b/Projects/MissileLauncher/MissileLauncher.c
index f215cd34..051fca93 100644
--- a/Projects/MissileLauncher/MissileLauncher.c
+++ b/Projects/MissileLauncher/MissileLauncher.c
@@ -158,7 +158,7 @@ void Send_Command_Report(const uint8_t* const Report,
WriteNextReport(CmdBuffer, ReportSize);
}
-/** Sends one of the CMD_* command constants to the attached device.
+/** Sends one of the \c CMD_* command constants to the attached device.
*
* \param[in] Command One of the command constants.
*/