Remove doxygen explicit links to non-existing symbols
Parts of the stm32w108 doxygen comments have explicit links to symbols that do not exist anywhere in our source base, let alone be documented. This is likely to be caused by a partial import of manufacturer libraries in the Contiki source tree. These links were previously not generating warnings in the doxygen log because we were not defining `DOXYGEN_SHOULD_SKIP_THIS` and they were thus being skipped altogether by the doxygen pre-processor. Defining `DOXYGEN_SHOULD_SKIP_THIS` causes those doxygen comments to get processed and to thus generate warnings. This commit removes explicit links to non-existent symbols and updates `doxyerrors.cnt` accordingly.
This commit is contained in:
parent
2eef189a0a
commit
b4ec0c7c1d
2 changed files with 17 additions and 17 deletions
|
@ -1 +1 @@
|
|||
154
|
||||
134
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue