mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-15 17:14:21 +00:00
fix(docs-contributing.rst): fix formatting for code snippet
This patch will fix the formatting errors concerning code snippet, lines 245 and 256 respectively. The code snippet is updated to 'shell' to lex it appropriately. Signed-off-by: Jayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com> Change-Id: I53aefd81da350b6511e7a97b5fee7b0d6f9dde2d
This commit is contained in:
parent
5a7b2584db
commit
d0bbe8150e
1 changed files with 2 additions and 2 deletions
|
@ -242,7 +242,7 @@ Add Build Configurations
|
|||
#. For better understanding follow the below specified examples listed in the
|
||||
``tf-cov-make`` script.
|
||||
|
||||
.. code:: c
|
||||
.. code:: shell
|
||||
|
||||
Example 1:
|
||||
#Intel
|
||||
|
@ -253,7 +253,7 @@ Add Build Configurations
|
|||
under the Intel platform and the build configurations has been added suitably
|
||||
to include most of their source files.
|
||||
|
||||
.. code:: c
|
||||
.. code:: shell
|
||||
|
||||
Example 2:
|
||||
#Hikey
|
||||
|
|
Loading…
Add table
Reference in a new issue