Project

General

Profile

Revision 3a73516c

ID3a73516cb7efbc966fcdb130af4e5c176a4ca90f
Parent ca9029b7
Child ae23d242

Added by Alex Zirbel almost 11 years ago

Added doxygen documentation to many files.

View differences:

scout/libscout/src/MotorControl.cpp
27 27
 * @file MotorControl.cpp
28 28
 * @brief Contains motor declarations and functions
29 29
 * 
30
 * Contains functions and definitions for the use of
31
 * motors
30
 * @defgroup motorcontrol MotorControl
31
 * @brief Functions which a behavior can use to control the motors.
32
 * @ingroup behavior
32 33
 *
33 34
 * @author Colony Project, CMU Robotics Club
34 35
 * @author Ben Wasserman
35 36
 * @author Alex Zirbel
37
 *
38
 * @{
36 39
 **/
37 40

  
38 41
#include "MotorControl.h"
......
298 301
        return abs_speed;
299 302
    }
300 303
}
304

  
305
/** @} */

Also available in: Unified diff