diff --git a/components/app_update/include/esp_ota_ops.h b/components/app_update/include/esp_ota_ops.h index 4d8053a6df..e2055a320d 100644 --- a/components/app_update/include/esp_ota_ops.h +++ b/components/app_update/include/esp_ota_ops.h @@ -326,9 +326,9 @@ typedef enum { /** * @brief Revokes the old signature digest. To be called in the application after the rollback logic. * - * Relevant for Secure boot v2 on ESP32-S2 where upto 3 key digests can be stored (Key #N-1, Key #N, Key #N+1). - * When key #N-1 used to sign an app is invalidated, an OTA update is to be sent with an app signed with key #N-1 & Key #N. - * After successfully booting the OTA app should call this function to revoke Key #N-1. + * Relevant for Secure boot v2 on targets where upto 3 key digests can be stored (Key N-1, Key N, Key N+1). + * When key N-1 used to sign an app is invalidated, an OTA update is to be sent with an app signed with key N-1 & Key N. + * After successfully booting the OTA app should call this function to revoke Key N-1. * * @param index - The index of the signature block to be revoked * diff --git a/docs/doxygen/Doxyfile_common b/docs/doxygen/Doxyfile_common index 97d621acb4..b9b23eeb22 100644 --- a/docs/doxygen/Doxyfile_common +++ b/docs/doxygen/Doxyfile_common @@ -224,6 +224,7 @@ MACRO_EXPANSION = YES EXPAND_ONLY_PREDEF = YES PREDEFINED = \ $(ENV_DOXYGEN_DEFINES) \ + __DOXYGEN__=1 \ __attribute__(x)= \ _Static_assert()= \ IDF_DEPRECATED(X)= \