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/ButtonControl.cpp
28 28
 * @file ButtonControl.cpp
29 29
 * @brief Contains buttons declarations and functions
30 30
 * 
31
 * Contains functions and definitions for the use of
32
 * buttons
31
 * @defgroup buttoncontrol ButtonControl
32
 * @brief Functions which a behavior can use to control the buttons.
33
 * @ingroup behavior
33 34
 *
34 35
 * @author Colony Project, CMU Robotics Club
35 36
 * @author Priyanka Deo
36 37
 * @author Leon Zhang
37 38
 * @author Alex Zirbel
39
 *
40
 * @{
38 41
 **/
39 42

  
40 43
#include "ButtonControl.h"
......
85 88
{ 
86 89
    return button2_value;
87 90
}
91

  
92
/** @} */

Also available in: Unified diff