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/LinesensorControl.cpp
26 26
/**
27 27
 * @file LinesensorControl.cpp
28 28
 * @brief Contains line following function implementation
29
 *
30
 * @defgroup linesensorcontrol LinesensorControl
31
 * @brief Functions which a behavior can use to control the line sensor.
32
 * @ingroup behavior
29 33
 * 
30 34
 * @author Colony Project, CMU Robotics Club
31 35
 * @author Alex Zirbel
36
 *
37
 * @{
32 38
 */
33 39

  
34 40
#include "LinesensorControl.h"
......
148 154
    }
149 155
    return false;
150 156
}
157

  
158
/** @} */

Also available in: Unified diff