commit | 40509a42271ff2e48a471ca8d7a229b5c1894ae8 | [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 | 124e895a11c16ad60ea9a42f03794e0fdba77b09 [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>