doc: update troubleshooting for Kconfig help

Fix the omission of having bullets for the enumeration of options, as
it makes the formatting look properly vs just different lines.

Change-Id: I701f705bc03ccc2082439c3ea3c1b5053b2aac0a
Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
This commit is contained in:
Inaky Perez-Gonzalez 2016-06-28 22:05:25 -07:00
commit b34e376e51

View file

@ -113,7 +113,8 @@ For example::
0: Off.
The ReST parser will be confused by the lack of blank lines between
the ``2``, ``1`` and ``0`` items, so help him by doing::
the ``2``, ``1`` and ``0`` items, so help him by adding bullets and
spacing the lines::
config FAULT_DUMP
int
@ -123,13 +124,13 @@ the ``2``, ``1`` and ``0`` items, so help him by doing::
help
Different levels for display information when a fault occurs.
2: The default. Display specific and verbose information. Consumes
the most memory (long strings).
- 2: The default. Display specific and verbose
information. Consumes the most memory (long strings).
1: Display general and short information. Consumes less memory
(short strings).
- 1: Display general and short information. Consumes less
memory (short strings).
0: Off.
- 0: Off.
WARNING: Unparseable C++ cross-reference: u'struct somestruct'