aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNicola Mazzucato <nicola.mazzucato@arm.com>2019-09-10 12:50:49 +0100
committerjimqui01 <54316584+jimqui01@users.noreply.github.com>2019-09-12 11:57:39 +0100
commit901c6d930c32b3650d1fdd31981e018a0f4d75a4 (patch)
tree0b69405f782ce97589a24b9a97bffb075cb3bdda /doc
parentb7369e80af203de495c5f66058e7b40b5a63adfe (diff)
doc: Add glossary to Doxygen configuration input
This patch adds the glossary markdown file to the list of inputs in the Doxygen configuration file. Change-Id: Ib9b78bcd4d4b399c88913ea97b8e1bc9cdc8cdee Signed-off-by: Nicola Mazzucato <nicola.mazzucato@arm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/config.dxy1
-rw-r--r--doc/glossary.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/config.dxy b/doc/config.dxy
index 92ac2007..136b1f27 100644
--- a/doc/config.dxy
+++ b/doc/config.dxy
@@ -120,6 +120,7 @@ INPUT = $(TOP_DIR)/readme.md \
$(DOC_DIR)/code_rules.md \
$(DOC_DIR)/framework.md \
$(DOC_DIR)/cmsis.md \
+ $(DOC_DIR)/glossary.md \
$(FWK_DIR)/include \
$(FWK_DIR)/test/fwk_test.h \
$(MODULE_INCLUDES) \
diff --git a/doc/glossary.md b/doc/glossary.md
index 0313e7ea..de7d6031 100644
--- a/doc/glossary.md
+++ b/doc/glossary.md
@@ -16,7 +16,7 @@ __DVFS__
Dynamic Voltage and Frequency Scaling
__IRQ__
- Interrupt ReQuest
+ Interrupt Request
__ISA__
Instruction Set Architecture