Rearranging firmware for use with Doxygen.
[goodfet] / firmware / apps / jtag / jtag.c
index 14e8761..cf9199d 100644 (file)
@@ -1,7 +1,12 @@
-//GoodFET JTAG Application
-//Handles basic I/O
+/*! \file jtag.c
+  \author Travis Goodspeed <travis at radiantmachines.com>
+  
+  This is an implementation of the low-level JTAG functions
+  for the GoodFET project at http://goodfet.sf.net/
+  
+  See the license file for details of proper use.
+*/
 
-//Higher level left to client application.
 
 #include "platform.h"
 #include "command.h"