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:
parent
5e43129aa5
commit
4d819a9c92
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue