Project

General

Profile

Revision 7db6cf9f

ID7db6cf9f9dc54a3edebcd6bfc5362108519b1cbb
Parent 1019d31f
Child 5925bbbb

Added by Priya almost 11 years ago

Changed all TODO and @TODO to @todo to conform to doxygen.

View differences:

scout/scoutsim/src/scout_constants.h
50 50

  
51 51
#include <messages/set_motors.h>
52 52

  
53
/// TODO put these in a utility file somewhere?
53
/// @todo put these in a utility file somewhere?
54 54
#define min(x,y) ((x < y) ? x : y)
55 55
#define max(x,y) ((x > y) ? x : y)
56 56

  

Also available in: Unified diff