commit | 0a7263014b3a0e05b52ccef314e2ccf6f4550a8b | [log] [tgz] |
---|---|---|
author | Jani Nikula <jani.nikula@intel.com> | Sat May 28 14:50:20 2016 +0300 |
committer | Jani Nikula <jani.nikula@intel.com> | Mon May 30 13:39:01 2016 +0300 |
tree | 16480723e59be70f75ffefe2332d2ce964aa5a1f | |
parent | ecbcfba126e857de8dd4996fe31fad782dd6bae0 [diff] |
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>