aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com>2021-09-09 14:23:10 +0100
committerJayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com>2021-09-09 14:25:16 +0100
commitd0bbe8150eb35fe2bac1567751bf84a8f073dd39 (patch)
treebd70fc5502bec511ef8efb405745b41fd483a6a2
parent5a7b2584dbcb70df13ede91af6305f7a75abcfef (diff)
downloadtrusted-firmware-a-d0bbe8150eb35fe2bac1567751bf84a8f073dd39.tar.gz
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
-rw-r--r--docs/process/contributing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/process/contributing.rst b/docs/process/contributing.rst
index a0d068322c..aa050dabe4 100644
--- a/docs/process/contributing.rst
+++ b/docs/process/contributing.rst
@@ -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