mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
fix(docs): alter the warning sequence for structs
This commit is contained in:
@@ -174,16 +174,6 @@ If declarator-id:
|
||||
union esp_ble_mesh_metadata_item_t
|
||||
----------------------------------^
|
||||
|
||||
ecdsa_alt.inc:line: WARNING: Error in declarator or parameters-and-qualifiers
|
||||
If pointer to member declarator:
|
||||
Invalid C++ declaration: Expected identifier in nested name. [error at 25]
|
||||
union esp_ecdsa_pk_conf_t
|
||||
-------------------------^
|
||||
If declarator-id:
|
||||
Invalid C++ declaration: Expected identifier in nested name. [error at 25]
|
||||
union esp_ecdsa_pk_conf_t
|
||||
-------------------------^
|
||||
|
||||
esp_cam_ctlr_csi.inc:line: WARNING: Error in declarator or parameters-and-qualifiers
|
||||
If pointer to member declarator:
|
||||
Invalid C++ declaration: Expected identifier in nested name. [error at 32]
|
||||
@@ -194,6 +184,16 @@ If declarator-id:
|
||||
struct esp_cam_ctlr_csi_config_t
|
||||
--------------------------------^
|
||||
|
||||
ecdsa_alt.inc:line: WARNING: Error in declarator or parameters-and-qualifiers
|
||||
If pointer to member declarator:
|
||||
Invalid C++ declaration: Expected identifier in nested name. [error at 25]
|
||||
union esp_ecdsa_pk_conf_t
|
||||
-------------------------^
|
||||
If declarator-id:
|
||||
Invalid C++ declaration: Expected identifier in nested name. [error at 25]
|
||||
union esp_ecdsa_pk_conf_t
|
||||
-------------------------^
|
||||
|
||||
i2c_master.inc:line: WARNING: Duplicate C++ declaration, also defined at api-reference/peripherals/i2c:line.
|
||||
Declaration is '.. cpp:member:: uint8_t * data'.
|
||||
isp_types.inc:line: WARNING: Error in declarator or parameters-and-qualifiers
|
||||
|
||||
Reference in New Issue
Block a user