Rearranging firmware for use with Doxygen.
[goodfet] / firmware / lib / command.c
index c5e35b5..6d72108 100644 (file)
@@ -1,9 +1,13 @@
+/*! \file command.c
+  \author Travis Goodspeed
+  
+  These functions manage command interpretation.
+*/
+
 #include "command.h"
 #include "platform.h"
 #include <string.h>
 
-//! Different command handling functions.
-
 unsigned char cmddata[256];