Bluetooth data types missing API documentation #3524
Labels
area: Bluetooth
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Uh oh!
There was an error while loading. Please reload this page.
Reported by David Kinder:
Doxygen comments used to create API links to the defining type are missing, causing missing links in API documentation (and lots of warning messages when detailed reporting is enabled):
{code}
WARNING: cpp:type reference target not found: bt_addr_le_t
WARNING: cpp:type reference target not found: bt_conn
WARNING: cpp:type reference target not found: bt_conn
WARNING: cpp:type reference target not found: bt_conn
WARNING: cpp:type reference target not found: bt_conn
WARNING: cpp:type reference target not found: bt_conn
WARNING: cpp:type reference target not found: bt_addr_le_t
WARNING: cpp:type reference target not found: bt_addr_le_t
WARNING: cpp:type reference target not found: bt_conn
WARNING: cpp:type reference target not found: bt_addr_le_t
. . .
{code}
(Imported from Jira ZEP-2083)
The text was updated successfully, but these errors were encountered: