projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Documentation: Fix Doxygen grouping.
[pub/USBasp.git]
/
LUFA
/
Common
/
Endianness.h
diff --git
a/LUFA/Common/Endianness.h
b/LUFA/Common/Endianness.h
index
32ef463
..
cdc90e5
100644
(file)
--- a/
LUFA/Common/Endianness.h
+++ b/
LUFA/Common/Endianness.h
@@
-122,7
+122,7
@@
#define CPU_TO_BE32(x) (x)
#elif !defined(le16_to_cpu)
/** \name Run-time endianness conversion */
#define CPU_TO_BE32(x) (x)
#elif !defined(le16_to_cpu)
/** \name Run-time endianness conversion */
- /
/@{
+ /
**@{*/
/** Performs a conversion between a Little Endian encoded 16-bit piece of data and the
* Endianness of the currently selected CPU architecture.
/** Performs a conversion between a Little Endian encoded 16-bit piece of data and the
* Endianness of the currently selected CPU architecture.
@@
-252,10
+252,10
@@
*/
#define cpu_to_be32(x) SwapEndian_32(x)
*/
#define cpu_to_be32(x) SwapEndian_32(x)
- /
/@}
+ /
**@}*/
/** \name Compile-time endianness conversion */
/** \name Compile-time endianness conversion */
- /
/@{
+ /
**@{*/
/** Performs a conversion between a Little Endian encoded 16-bit piece of data and the
* Endianness of the currently selected CPU architecture.
/** Performs a conversion between a Little Endian encoded 16-bit piece of data and the
* Endianness of the currently selected CPU architecture.
@@
-385,7
+385,7
@@
*/
#define CPU_TO_BE32(x) SWAPENDIAN_32(x)
*/
#define CPU_TO_BE32(x) SWAPENDIAN_32(x)
- /
/! @}
+ /
**@}*/
#endif
/* Inline Functions: */
#endif
/* Inline Functions: */