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/Behavior.cpp
32 32
 * @author Colony Project, CMU Robotics Club
33 33
 * @author Priyanka Deo
34 34
 * @author Alex Zirbel
35
 * 
36
 * @defgroup behavior Behavior
37
 * @brief Functions which are accessible by all behaviors.
38
 *
39
 * @{
35 40
 **/
36 41

  
37 42
#include "Behavior.h"
......
120 125
        r.sleep();
121 126
    }
122 127
}
128

  
129
/** @} */

Also available in: Unified diff