commit | 5d628b4527e40002b2eea83a13a5191113767d46 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Mon Sep 19 08:07:46 2016 -0300 |
committer | Jonathan Corbet <corbet@lwn.net> | Tue Sep 20 18:36:57 2016 -0600 |
tree | ee1425aae69e0f36a85215be573e923b2df0b3d4 | |
parent | b1a3459b00d601149d9171c0075ee35ea2d3bfde [diff] |
Documentation/CodingStyle: replace underline markups Sphinx doesn't accept underline markups by purpose. While there are ways to support underline via CSS, this won't be portable with non-html outputs. As we want CodingStyle to do emphasis, replace _foo_ by **foo**, using bold emphasis. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>