Re: [PATCH v2 05/20] docs-rst: CodingStyle.rst: Convert to ReST markup

From: Joe Perches
Date: Mon Sep 12 2016 - 22:59:28 EST


On Mon, 2016-09-12 at 23:17 -0300, Mauro Carvalho Chehab wrote:
> - Fix all chapter identation;
> - add c blocks where needed;

Assuming this is really useful and people agree with simple
conversions of .txt to .rst (and it does have some use),
there are a couple funky conversions

if (condition)
do_this();
else
do_that();

do_that() is oddly displayed in the code_block

and in the "Spaces" section, the pointer description is wrong

"\* is adjacent"

other than that, looks good to me.
>