1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

features_yaml2mx: make feature list page easily linkable from doc

This commit is contained in:
Martine Lenders 2024-11-29 12:32:13 +01:00
parent d892c2cc8f
commit c39b69759d
No known key found for this signature in database
GPG Key ID: 2134D77A5336DD80

View File

@ -103,7 +103,7 @@ def write_mdfile(outfile, yaml_path, parsed):
:type parsed: dict
"""
outfile.write(f"""\
# List of Features (Features as Build System Enties)
# List of Features (Features as Build System Enties) {{#feature-list}}
<!--
WARNING: This has been auto-generated from {yaml_path}.
Do not edit this by hand, but update {yaml_path} instead.