Project

General

Profile

Revision 891

Moved comments to headers. That was painful.

View differences:

math.h
36 36
#define _MATH_H_
37 37

  
38 38
/**
39
 * @addtogroup math
39
 * @defgroup math Math
40
 * Function(s) for performing math operations
41
 *
40 42
 * @{
41 43
 **/
42 44
 
43
/** @brief absolute value **/
45
/**
46
 * @brief absolute value
47
 *
48
 * Returns the absolute value of x
49
 * 
50
 * @param x the value to find the absolute value of
51
 * 
52
 * @return the absolute value of x
53
 **/
44 54
int abs_int(int x);
45 55

  
46 56
/**@}**/ //end group

Also available in: Unified diff