]> git.baikalelectronics.ru Git - kernel.git/commit
kernel-doc: concatenate contents of colliding sections
authorJani Nikula <jani.nikula@intel.com>
Sun, 29 May 2016 06:40:44 +0000 (09:40 +0300)
committerJani Nikula <jani.nikula@intel.com>
Mon, 30 May 2016 10:39:03 +0000 (13:39 +0300)
commitac6e94bb333d8a4af714ca81c8ef46276dec51b1
tree4beae235711cac4623ec1e8bf473df4a89c5be57
parentc9e6bc127d5d612398794c56f27aaa4d5209c35b
kernel-doc: concatenate contents of colliding sections

If there are multiple sections with the same section name, the current
implementation results in several sections by the same heading, with the
content duplicated from the last section to all. Even if there's the
error message, a more graceful approach is to combine all the
identically named sections into one, with concatenated contents.

With the supported sections already limited to select few, there are
massively fewer collisions than there used to be, but this is still
useful for e.g. when function parameters are documented in the middle of
a documentation comment, with description spread out above and
below. (This is not a recommended documentation style, but used in the
kernel nonetheless.)

We can now also demote the error to a warning.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
scripts/kernel-doc