Fix bad syntax, and add defgroup for library.

This commit is contained in:
Jari Vetoniemi 2014-04-13 00:12:31 +03:00
parent 8e1ff89f9c
commit 5251ef6ac0

View File

@ -7,6 +7,13 @@
typedef struct _bmMenu bmMenu;
typedef struct _bmItem bmItem;
/**
* @defgroup Library
* @brief Library functions.
*
* Query library version, etc...
*/
/**
* @defgroup Menu
* @brief Menu container.
@ -22,7 +29,7 @@ typedef struct _bmItem bmItem;
*/
/**
* @addtogroub Library
* @addtogroup Library
* @{ */
/**