Revision 357
adding docs
chat.h | ||
---|---|---|
1 | 1 |
#ifndef CHAT_H_INCLUDED |
2 | 2 |
#define CHAT_H_INCLUDED |
3 | 3 |
|
4 |
/** |
|
5 |
* @defgroup chat chat |
|
6 |
* @ingroup proj |
|
7 |
* @brief Chat module. |
|
8 |
* |
|
9 |
* @{ |
|
10 |
*/ |
|
11 |
|
|
4 | 12 |
int (chat)(void); |
5 | 13 |
|
14 |
/** |
|
15 |
* @} |
|
16 |
*/ |
|
17 |
|
|
6 | 18 |
#endif //CHAT_H_INCLUDED |
Also available in: Unified diff