Skip to content
Commit ef00028b authored by Jonathan Corbet's avatar Jonathan Corbet
Browse files

docs: make kernel-doc handle varargs properly



As far as I can tell, the handling of "..." arguments has never worked
right, so any documentation provided was ignored in favor of "variable
arguments."  This makes kernel-doc handle "@...:" as documented.  It does
*not* fix spots in kerneldoc comments that don't follow that convention,
but they are no more broken than before.

Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 9d9cce7f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment