Change @purpose to @brief (Doxygen warning) and work on unit tests
[matches/MCTX3420.git] / server / control.h
index cc8f327..2878a88 100644 (file)
@@ -1,6 +1,11 @@
+/**
+ * @file control.h
+ * @brief Header file for control functions
+ */
 #ifndef _CONTROL_H
 #define _CONTROL_H
 
+/**ID codes for all the actuators**/
 typedef enum Actuators {ACT_NONE = -1, ACT_PREG = 0, ACT_SOLENOID1} Actuators;
 extern void Control_Handler(FCGIContext *context, char *params);
 

UCC git Repository :: git.ucc.asn.au