Changes to doxygen markup to solve a few problems that upset
doxygen, and to correct minor errors.
This commit is contained in:
committed by
Piotr Esden-Tempski
parent
bad5580492
commit
f5c9bdfe61
@@ -27,7 +27,9 @@
|
||||
The order of header inclusion is important. spi.h includes the device
|
||||
specific memorymap.h header before including this header file.*/
|
||||
|
||||
/** @cond */
|
||||
#if defined (LIBOPENCM3_SPI_H) || defined (LIBOPENCM3_SPI_COMMON_F24_H)
|
||||
/** @endcond */
|
||||
#ifndef LIBOPENCM3_SPI_COMMON_ALL_H
|
||||
#define LIBOPENCM3_SPI_COMMON_ALL_H
|
||||
|
||||
@@ -405,7 +407,9 @@ END_DECLS
|
||||
/**@}*/
|
||||
|
||||
#endif
|
||||
/** @cond */
|
||||
#else
|
||||
#warning "spi_common_all.h should not be included explicitly, only via spi.h"
|
||||
#endif
|
||||
/** @endcond */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user