diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-04-08 18:46:56 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-04-08 18:46:56 +0000 |
| commit | f0cba413c9c7f61db3edf011480eb9945de72d9a (patch) | |
| tree | 721be13d61fb3cf833592240da313d57782fe301 /LUFA/CodeTemplates/DriverStubs/Joystick.h | |
| parent | a8bc1fae704efa75a62c18f5adba4f87a662bd38 (diff) | |
Doxygen documentation style changes. Minor documentation corrections.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2144 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/CodeTemplates/DriverStubs/Joystick.h')
| -rw-r--r-- | LUFA/CodeTemplates/DriverStubs/Joystick.h | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/LUFA/CodeTemplates/DriverStubs/Joystick.h b/LUFA/CodeTemplates/DriverStubs/Joystick.h index 4843ce6f..64270f2f 100644 --- a/LUFA/CodeTemplates/DriverStubs/Joystick.h +++ b/LUFA/CodeTemplates/DriverStubs/Joystick.h @@ -28,15 +28,17 @@ this software. */ -/* - This is a stub driver header file, for implementing custom board - layout hardware with compatible LUFA board specific drivers. If - the library is configured to use the BOARD_USER board mode, this - driver file should be completed and copied into the "/Board/" folder - inside the application's folder. - - This stub is for the board-specific component of the LUFA Joystick - driver, for a digital four-way (plus button) joystick. +/** \file + * \brief LUFA Custom Board Joystick Hardware Driver (Template) + * + * This is a stub driver header file, for implementing custom board + * layout hardware with compatible LUFA board specific drivers. If + * the library is configured to use the BOARD_USER board mode, this + * driver file should be completed and copied into the "/Board/" folder + * inside the application's folder. + * + * This stub is for the board-specific component of the LUFA Joystick + * driver, for a digital four-way (plus button) joystick. */ #ifndef __JOYSTICK_USER_H__ |
