doc: use kconfig for code-blocks where it applies

Change-Id: Ic2440c9e1411408dcddb659753d604d5033ce50c
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-06-19 17:12:55 -04:00
commit 4d819a9c92

View file

@ -72,7 +72,7 @@ follow to be either selected or allowed to have a specific value.
For example, the following configuration symbol states a dependency on
another one.
.. code-block::
.. code-block:: kconfig
config B bool
@ -100,7 +100,7 @@ listed with the experimental option.
The following convention applies: Always make new experimental
symbols dependent on the **EXPERIMENTAL** symbol.
.. code-block::
.. code-block:: kconfig
config NEW_EXP_SYMBOLS depends on EXPERIMENTAL