Add Doxygen documentation to the completed portions of the PDI programming protocol...
[pub/USBasp.git] / Projects / AVRISP / Lib / ISPProtocol.c
index 6e81ac8..9b8666a 100644 (file)
@@ -28,8 +28,6 @@
   this software.\r
 */\r
 \r
   this software.\r
 */\r
 \r
-#if defined(ENABLE_ISP_PROTOCOL) || defined(__DOXYGEN__)\r
-\r
 /** \file\r
  *\r
  *  ISP Protocol handler, to process V2 Protocol wrapped ISP commands used in Atmel programmer devices.\r
 /** \file\r
  *\r
  *  ISP Protocol handler, to process V2 Protocol wrapped ISP commands used in Atmel programmer devices.\r
@@ -37,6 +35,8 @@
 \r
 #include "ISPProtocol.h"\r
 \r
 \r
 #include "ISPProtocol.h"\r
 \r
+#if defined(ENABLE_ISP_PROTOCOL) || defined(__DOXYGEN__)\r
+\r
 /** Handler for the CMD_ENTER_PROGMODE_ISP command, which attempts to enter programming mode on\r
  *  the attached device, returning success or failure back to the host.\r
  */\r
 /** Handler for the CMD_ENTER_PROGMODE_ISP command, which attempts to enter programming mode on\r
  *  the attached device, returning success or failure back to the host.\r
  */\r