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/WirelessSender.cpp
23 23
 * OTHER DEALINGS IN THE SOFTWARE.
24 24
 */
25 25

  
26

  
27 26
/**
28 27
 * @file WirelessSender.cpp
29 28
 * @brief Contains wireless declarations and functions
30 29
 * 
31
 * Contains functions and definitions for the use of
32
 * XBee wireless
30
 * @defgroup wirelesssender WirelessSender
31
 * @brief Contains functions and definitions for the use of XBee wireless
32
 * @ingroup behavior
33 33
 *
34 34
 * @author Colony Project, CMU Robotics Club
35 35
 * @author Tom Mullins
36
 *
37
 * @{
36 38
 **/
37 39

  
38 40
#include "WirelessSender.h"
......
81 83
    packet.data = data;
82 84
    pub.publish(packet);
83 85
}
86

  
87
/** @} */

Also available in: Unified diff