commit | b7886de43c9f8a19685cd6e81135de63b9529911 | [log] [tgz] |
---|---|---|
author | Jani Nikula <jani.nikula@intel.com> | Sat May 28 00:41:50 2016 +0300 |
committer | Jani Nikula <jani.nikula@intel.com> | Mon May 30 13:39:01 2016 +0300 |
tree | 75267ed0f3de1d668bfee489ce34a7430e15d115 | |
parent | 0a7263014b3a0e05b52ccef314e2ccf6f4550a8b [diff] |
kernel-doc: strip leading whitespace from continued param descs If a param description spans multiple lines, check any leading whitespace in the first continuation line, and remove same amount of whitespace from following lines. This allows indentation in the multi-line parameter descriptions for aesthetical reasons while not causing accidentally significant indentation in the rst output. Signed-off-by: Jani Nikula <jani.nikula@intel.com>