commit | 95d45a91d723b89d6d1208019aeadcd4143cfc83 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sat Oct 06 14:05:00 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Oct 15 11:54:15 2012 -0700 |
tree | 32e34da93b83be649bd6b11d4e2d4713f4e0c15c | |
parent | 8d5d89e21dee6c4a4ec3613ea1550b9f5b74ac19 [diff] |
kerneldoc: Implement "Example" section handling The default kernel-doc strips starting spaces from every single line in the Example section. This makes the code look bad. Thus, implement special handling for this section. Signed-off-by: Marek Vasut <marex@denx.de>