projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Doxygen fixes to \param directives to give data direction in all projects. Make HID...
[pub/lufa.git]
/
LUFA
/
Drivers
/
USB
/
LowLevel
/
Endpoint.h
diff --git
a/LUFA/Drivers/USB/LowLevel/Endpoint.h
b/LUFA/Drivers/USB/LowLevel/Endpoint.h
index
2fa20df
..
ffeeb7f
100644
(file)
--- a/
LUFA/Drivers/USB/LowLevel/Endpoint.h
+++ b/
LUFA/Drivers/USB/LowLevel/Endpoint.h
@@
-334,7
+334,7
@@
\r
/** Sets the direction of the currently selected endpoint.
\r
*
\r
\r
/** Sets the direction of the currently selected endpoint.
\r
*
\r
- * \param DirectionMask New endpoint direction, as a ENDPOINT_DIR_* mask.
\r
+ * \param
[in]
DirectionMask New endpoint direction, as a ENDPOINT_DIR_* mask.
\r
*/
\r
static inline void Endpoint_SetEndpointDirection(uint8_t DirectionMask);
\r
#else
\r
*/
\r
static inline void Endpoint_SetEndpointDirection(uint8_t DirectionMask);
\r
#else
\r