]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'doc-netlink-fixes-for-ynl-doc-generator'
authorJakub Kicinski <kuba@kernel.org>
Thu, 30 May 2024 01:10:27 +0000 (18:10 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 30 May 2024 01:10:28 +0000 (18:10 -0700)
commiteebe71db8eb7c97382a0aeef3c2aef25518889f1
tree36a37308af1bf28973b4cead4fa17eb93abe3b1c
parent1e37449fe3aa32e453eadaaba6e75b66c365efc4
parent9104feed4c6454b9a720e7e11047be7e5cd83487
Merge branch 'doc-netlink-fixes-for-ynl-doc-generator'

Donald Hunter says:

====================
doc: netlink: Fixes for ynl doc generator

Several fixes to ynl-gen-rst to resolve issues that can be seen
in:

https://docs.kernel.org/6.10-rc1/networking/netlink_spec/dpll.html#device-id-get
https://docs.kernel.org/6.10-rc1/networking/netlink_spec/dpll.html#lock-status

In patch 2, by not using 'sanitize' for op docs, any formatting in the
.yaml gets passed straight through to the generated .rst which means
that basic rst (also markdown compatible) list formatting can be used in
the .yaml
====================

Link: https://lore.kernel.org/r/20240528140652.9445-1-donald.hunter@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>