From dba9c2729f2669edeb9535f43930ffe4a860142f Mon Sep 17 00:00:00 2001 From: krzysztof-cabaj Date: Mon, 30 Jan 2023 15:05:12 -0500 Subject: [PATCH] doc/porting-boards.md: fix code snippets in Riot web page/doxygen --- doc/doxygen/src/porting-boards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/src/porting-boards.md b/doc/doxygen/src/porting-boards.md index a1034fad1e..f5ed846698 100644 --- a/doc/doxygen/src/porting-boards.md +++ b/doc/doxygen/src/porting-boards.md @@ -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