commit | 286546d33bc48539b43fda25f7605ebfd64510ad | [log] [tgz] |
---|---|---|
author | Mattijs Korpershoek <mkorpershoek@baylibre.com> | Fri Apr 05 08:18:42 2024 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Apr 13 11:03:12 2024 +0200 |
tree | f1edff3e6568200069c91c6a5dafc4352dc2fa6d | |
parent | 4e5013be0e4f73d8f7a175917c9b26c8bc7acbff [diff] |
doc: build: fix gen_compile_commands section level The 2 subsections of this page ("Compatible IDEs" and "Usage") are using the same header level as the title (with "==="). Because of this, they always appear in the HTML rendered ToC. Drop the subsections one level lower by replacing "=" by "-". This fixes the HTML rendering. Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>