mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-28 09:06:11 -05:00
docs: kdoc: remove the INLINE_END state
It is never used, so just get rid of it. Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20250627184000.132291-7-corbet@lwn.net
This commit is contained in:
@@ -108,8 +108,7 @@ class state:
|
||||
INLINE_NA = 0 # not applicable ($state != INLINE)
|
||||
INLINE_NAME = 1 # looking for member name (@foo:)
|
||||
INLINE_TEXT = 2 # looking for member documentation
|
||||
INLINE_END = 3 # done
|
||||
INLINE_ERROR = 4 # error - Comment without header was found.
|
||||
INLINE_ERROR = 3 # error - Comment without header was found.
|
||||
# Spit a warning as it's not
|
||||
# proper kernel-doc and ignore the rest.
|
||||
|
||||
@@ -117,7 +116,6 @@ class state:
|
||||
"",
|
||||
"_NAME",
|
||||
"_TEXT",
|
||||
"_END",
|
||||
"_ERROR",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user