This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
contiki
Watch
1
Star
0
Fork
0
You've already forked contiki
mirror of
https://github.com/oliverschmidt/contiki.git
synced
2024-11-03 22:06:22 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
10bd49a71a
contiki
/
regression-tests
/
00-doxygen
/
doxyerrors.cnt
2 lines
4 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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 15:05:32 +00:00
134
Reference in New Issue
Copy Permalink