]> git.baikalelectronics.ru Git - kernel.git/commit
kernel-doc: improve handling of whitespace on the first line param description
authorJani Nikula <jani.nikula@intel.com>
Sat, 28 May 2016 11:50:20 +0000 (14:50 +0300)
committerJani Nikula <jani.nikula@intel.com>
Mon, 30 May 2016 10:39:01 +0000 (13:39 +0300)
commit35c91c301516defb95de133cdd1d72a264244958
tree16480723e59be70f75ffefe2332d2ce964aa5a1f
parente5e61cf931efee65ac70eb3f4f1f17f00c2e8041
kernel-doc: improve handling of whitespace on the first line param description

Handle whitespace on the first line of param text as if it was the empty
string. There is no need to add the newline in this case. This improves
the rst output in particular, where blank lines may be problematic in
parameter lists.

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