]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
kernel-doc: use rst C domain directives and references for types
authorJani Nikula <jani.nikula@intel.com>
Thu, 12 May 2016 13:15:38 +0000 (16:15 +0300)
committerJonathan Corbet <corbet@lwn.net>
Sat, 14 May 2016 15:56:34 +0000 (09:56 -0600)
commit6285097654725f39357527b553d03b70bfbaf4d2
tree33f1519fb1360fb2de6605654c6b8c8cce443377
parentc0d1b6ee780ab16f16cdbe046aa9c83a2a31f9e2
kernel-doc: use rst C domain directives and references for types

First, the headings for structs, enums and typedefs will be similar to
functions. Second, this provides a kind of namespace for cross
references. Third, and most importantly, the return and parameter types
from .. c:function:: definitions will automagically become cross
references to the documented types.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
scripts/kernel-doc