osd-contiki/cpu/stm32w108/hal
George Oikonomou b4ec0c7c1d 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.
2015-06-20 16:10:25 +01:00
..
micro doxygen: Fix some warnings 2015-06-20 03:22:31 +02:00
error-def.h Remove doxygen explicit links to non-existing symbols 2015-06-20 16:10:25 +01:00
error.h Correct several doxygen tags (\file) 2014-07-28 11:11:45 +02:00
hal.h A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00
token-phy.h Cleanup and refactoring of the STM32w port 2013-03-18 13:31:26 +01:00