Make sure the protocol handler files are included in the Doxygen documentation of the AVRISP project.

This commit is contained in:
Dean Camera 2009-12-03 09:19:09 +00:00
parent 258a6a0177
commit f338ddcb87
5 changed files with 5 additions and 5 deletions

View File

@ -1221,7 +1221,7 @@ INCLUDE_FILE_PATTERNS =
# undefined via #undef or recursively expanded use the := operator
# instead of the = operator.
PREDEFINED = __DOXYGEN__ ENABLE_ISP_PROTOCOL ENABLE_PDI_PROTOCOL
PREDEFINED = __DOXYGEN__
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
# this tag can be used to specify a list of macro names that should be expanded.

View File

@ -28,7 +28,7 @@
this software.
*/
#if defined(ENABLE_ISP_PROTOCOL)
#if defined(ENABLE_ISP_PROTOCOL) || defined(__DOXYGEN__)
/** \file
*

View File

@ -28,7 +28,7 @@
this software.
*/
#if defined(ENABLE_ISP_PROTOCOL)
#if defined(ENABLE_ISP_PROTOCOL) || defined(__DOXYGEN__)
/** \file
*

View File

@ -28,7 +28,7 @@
this software.
*/
#if defined(ENABLE_PDI_PROTOCOL)
#if defined(ENABLE_PDI_PROTOCOL) || defined(__DOXYGEN__)
#warning PDI Programming Protocol support is incomplete and not currently suitable for use.

View File

@ -28,7 +28,7 @@
this software.
*/
#if defined(ENABLE_PDI_PROTOCOL)
#if defined(ENABLE_PDI_PROTOCOL) || defined(__DOXYGEN__)
/** \file
*