]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Documentation: core-api: add generic parser docbook
authorRandy Dunlap <rdunlap@infradead.org>
Wed, 20 Nov 2024 06:07:11 +0000 (22:07 -0800)
committerJonathan Corbet <corbet@lwn.net>
Wed, 11 Dec 2024 16:07:40 +0000 (09:07 -0700)
commit28884915e6b14c9af4ddbb5f89d64edd863494c0
tree3074268d27fae248842ee61a8d91fa085a85ad48
parentbc7509446b456d6649afa60fce9104d169e94de1
Documentation: core-api: add generic parser docbook

Add the simple generic parser to the core-api docbook.
It can be used for parsing all sorts of options throughout the kernel.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Cc: Eric Biggers <ebiggers@kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: linux-fsdevel@vger.kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20241120060711.159783-1-rdunlap@infradead.org
Documentation/core-api/index.rst
Documentation/core-api/parser.rst [new file with mode: 0644]
lib/parser.c