mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:52:44 +01:00
Merge #19219
19219: doc/porting-boards.md: fix code snippets in Riot web page/doxygen r=benpicco a=krzysztof-cabaj ### Contribution description PR #19206 fix issues with code snippets in the[ `porting-boards.md`](https://github.com/RIOT-OS/RIOT/blob/master/doc/doxygen/src/porting-boards.md) presented by GitHub. However, in Riot web page comments in code snippets are not presented and in effect section `doc.txt` shows empty area - see [dox.txt section](https://doc.riot-os.org/porting-boards.html). This PR should fix this - it change for this code snippet C code to generic code. ### Testing procedure Generation of doxygen documentation by CI process and manual check if this change fix the problem. ### Issues/PRs references PR #19206 Co-authored-by: krzysztof-cabaj <kcabaj@gmail.com>
This commit is contained in:
commit
2c525769c3
@ -221,7 +221,7 @@ The documentation must be under the proper doxygen group, you can compile the
|
||||
documentation by calling `make doc` and then open the generated html file on
|
||||
any browser.
|
||||
|
||||
```c
|
||||
```
|
||||
/**
|
||||
@defgroup boards_foo FooBoard
|
||||
@ingroup boards
|
||||
|
Loading…
Reference in New Issue
Block a user