Skip to content

Commit

Permalink
Merge #19219
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
bors[bot] and krzysztof-cabaj authored Feb 1, 2023
2 parents 718e4a8 + dba9c27 commit 2c52576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/doxygen/src/porting-boards.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c52576

Please sign in to comment.