Make sure the protocol handler files are included in the Doxygen documentation of...
authorDean Camera <dean@fourwalledcubicle.com>
Thu, 3 Dec 2009 09:19:09 +0000 (09:19 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Thu, 3 Dec 2009 09:19:09 +0000 (09:19 +0000)
Projects/AVRISP/Doxygen.conf
Projects/AVRISP/Lib/ISPProtocol.c
Projects/AVRISP/Lib/ISPTarget.c
Projects/AVRISP/Lib/PDIProtocol.c
Projects/AVRISP/Lib/PDITarget.c

index 47d88ed..eb8a1ab 100644 (file)
@@ -1221,7 +1221,7 @@ INCLUDE_FILE_PATTERNS  =
 # undefined via #undef or recursively expanded use the := operator \r
 # instead of the = operator.\r
 \r
 # undefined via #undef or recursively expanded use the := operator \r
 # instead of the = operator.\r
 \r
-PREDEFINED             = __DOXYGEN__ ENABLE_ISP_PROTOCOL ENABLE_PDI_PROTOCOL\r
+PREDEFINED             = __DOXYGEN__\r
 \r
 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then \r
 # this tag can be used to specify a list of macro names that should be expanded. \r
 \r
 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then \r
 # this tag can be used to specify a list of macro names that should be expanded. \r
index 1f336b3..6e81ac8 100644 (file)
@@ -28,7 +28,7 @@
   this software.\r
 */\r
 \r
   this software.\r
 */\r
 \r
-#if defined(ENABLE_ISP_PROTOCOL)\r
+#if defined(ENABLE_ISP_PROTOCOL) || defined(__DOXYGEN__)\r
 \r
 /** \file\r
  *\r
 \r
 /** \file\r
  *\r
index f2b5734..cd2e2aa 100644 (file)
@@ -28,7 +28,7 @@
   this software.\r
 */\r
 \r
   this software.\r
 */\r
 \r
-#if defined(ENABLE_ISP_PROTOCOL)\r
+#if defined(ENABLE_ISP_PROTOCOL) || defined(__DOXYGEN__)\r
 \r
 /** \file\r
  *\r
 \r
 /** \file\r
  *\r
index 3e16407..93634a0 100644 (file)
@@ -28,7 +28,7 @@
   this software.\r
 */\r
 \r
   this software.\r
 */\r
 \r
-#if defined(ENABLE_PDI_PROTOCOL)\r
+#if defined(ENABLE_PDI_PROTOCOL) || defined(__DOXYGEN__)\r
 \r
 #warning PDI Programming Protocol support is incomplete and not currently suitable for use.\r
 \r
 \r
 #warning PDI Programming Protocol support is incomplete and not currently suitable for use.\r
 \r
index 6726199..d1dfa15 100644 (file)
@@ -28,7 +28,7 @@
   this software.\r
 */\r
 \r
   this software.\r
 */\r
 \r
-#if defined(ENABLE_PDI_PROTOCOL)\r
+#if defined(ENABLE_PDI_PROTOCOL) || defined(__DOXYGEN__)\r
 \r
 /** \file\r
  *\r
 \r
 /** \file\r
  *\r