mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 21:01:31 +00:00
Make sure the protocol handler files are included in the Doxygen documentation of the AVRISP project.
This commit is contained in:
parent
258a6a0177
commit
f338ddcb87
@ -1221,7 +1221,7 @@ INCLUDE_FILE_PATTERNS =
|
|||||||
# undefined via #undef or recursively expanded use the := operator
|
# undefined via #undef or recursively expanded use the := operator
|
||||||
# instead of 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
|
# 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.
|
# this tag can be used to specify a list of macro names that should be expanded.
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
this software.
|
this software.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ENABLE_ISP_PROTOCOL)
|
#if defined(ENABLE_ISP_PROTOCOL) || defined(__DOXYGEN__)
|
||||||
|
|
||||||
/** \file
|
/** \file
|
||||||
*
|
*
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
this software.
|
this software.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ENABLE_ISP_PROTOCOL)
|
#if defined(ENABLE_ISP_PROTOCOL) || defined(__DOXYGEN__)
|
||||||
|
|
||||||
/** \file
|
/** \file
|
||||||
*
|
*
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
this software.
|
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.
|
#warning PDI Programming Protocol support is incomplete and not currently suitable for use.
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
this software.
|
this software.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ENABLE_PDI_PROTOCOL)
|
#if defined(ENABLE_PDI_PROTOCOL) || defined(__DOXYGEN__)
|
||||||
|
|
||||||
/** \file
|
/** \file
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user