Project

General

Profile

Revision 333

more changes, added docs

View differences:

menu.h
1 1
#ifndef MENU_H_INCLUDED
2 2
#define MENU_H_INCLUDED
3 3

  
4
/**
5
 * @defgroup    menu_t    menu_t
6
 * @ingroup graph
7
 * @brief Menu module
8
 *
9
 * Allows to create flexible and responsive menus.
10
 *
11
 * @{
12
 */
13

  
4 14
#include "font.h"
5 15

  
6 16
typedef struct menu menu_t;
......
15 25

  
16 26
void (menu_dtor)(menu_t *p);
17 27

  
28
/**
29
 * @}
30
 */
31

  
18 32
#endif //MENU_H_INCLUDED

Also available in: Unified diff