Project

General

Profile

Revision 334

added more docs

View differences:

errors.h
1 1
#ifndef ERRORS_H_INCLUDED
2 2
#define ERRORS_H_INCLUDED
3 3

  
4
/**
5
 * @defgroup    errors  errors
6
 * @brief Error codes.
7
 *
8
 * @{
9
 */
10

  
4 11
/** @brief Error Codes */
5 12
enum errors {
6 13
    SUCCESS = 0,        /** @brief Sucessful */
......
24 31
    OTHER_ERROR         /** @brief Unspecified error */
25 32
};
26 33

  
34
/**
35
 * @}
36
 */
37

  
27 38
#endif //ERRORS_H_INCLUDED

Also available in: Unified diff