Update Doxygen documentation configuration file for the main project documentation to the latest version. Add missing data structure documentation briefs.
This commit is contained in:
parent
1d433d4506
commit
a49b5bfd8a
4 changed files with 211 additions and 77 deletions
|
@ -100,7 +100,9 @@
|
|||
#include <LUFA/Common/Common.h>
|
||||
|
||||
/* Type Defines: */
|
||||
/** Type define for a new ring buffer object. Buffers should be initialized via a call to
|
||||
/** \brief Ring Buffer Management Structure.
|
||||
*
|
||||
* Type define for a new ring buffer object. Buffers should be initialized via a call to
|
||||
* \ref RingBuffer_InitBuffer() before use.
|
||||
*/
|
||||
typedef struct
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue