Skip to content

Commit 02f3907

Browse files
committed
doc: doc.txt -> doc.md
1 parent e8be6ee commit 02f3907

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

boards/stm32f469i-disco/doc.txt renamed to boards/stm32f469i-disco/doc.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/**
21
@defgroup boards_stm32f469i-disco STM32F469I-DISCO
32
@ingroup boards
43
@brief Support for the STM32F469I-DISCO board
@@ -73,7 +72,7 @@ This extension connector gives access to:
7372

7473
Also provides some system signals and power.
7574

76-
**Important!** note than some pins are shared between peripherals.
75+
**Important!** note than some pins are shared between peripherals.
7776

7877
## Buttons, LEDS and other devices
7978

@@ -116,6 +115,3 @@ make BOARD=stm32f469i-disco PROGRAMMER=cpy2remed flash
116115
s
117116
could be found on [this STM webpage](https://www.st.com/en/development-tools/sts
118117
w-link007.html).
119-
120-
121-
*/

boards/stm32l496g-disco/doc.txt renamed to boards/stm32l496g-disco/doc.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
/**
2-
* @defgroup boards_stm32l496g-disco STM32L496G-DISCO
3-
* @ingroup boards
4-
* @brief Support for the STM32L496G-DISCO board.
1+
@defgroup boards_stm32l496g-disco STM32L496G-DISCO
2+
@ingroup boards
3+
@brief Support for the STM32L496G-DISCO board.
54

65
## Overview
76

@@ -164,4 +163,3 @@ For using the STM32L496G-DISCO board we recommend the usage of the
164163
[GNU Tools for ARM Embedded Processors](https://launchpad.net/gcc-arm-embedded)
165164
toolchain.
166165

167-
*/

doc/doxygen/riot.doxyfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -927,6 +927,7 @@ INPUT_ENCODING = UTF-8
927927
# *.ucf, *.qsf and *.ice.
928928

929929
FILE_PATTERNS = *.txt \
930+
doc.md \
930931
*.h \
931932
*.h.in \
932933
*.hpp

0 commit comments

Comments
 (0)