forked from RepoMirrors/bemenu
Fix bad syntax, and add defgroup for library.
This commit is contained in:
parent
8e1ff89f9c
commit
5251ef6ac0
@ -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
|
||||
* @{ */
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user