From 6f0bc56893aa73de85c4dbd483dc7d6a6fe4a2a2 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 31 Mar 2020 08:04:11 +0200 Subject: eng: Add glossary terms Define the following terms: * assembler language * C language * ELF * interrupt service * software component * software unit Clarify: * task Update #3715. --- eng/req-eng.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'eng/req-eng.rst') diff --git a/eng/req-eng.rst b/eng/req-eng.rst index 61b82be..a5e615d 100644 --- a/eng/req-eng.rst +++ b/eng/req-eng.rst @@ -934,9 +934,9 @@ program may be provided to place Doxygen markup in assembler files. The software architecture is documented via Doxygen groups. Each Doxygen group name should have a project-specific name and the name should be unique within the project, e.g. RTEMSTopLevel\ MidLevel\ LowLevel. The link from a Doxygen -group to its parent group is realized through the `@ingroup` special command. -The link from a Doxygen group or software component to the corresponding -requirement is realized through a `@satisfy{req}` +group to its parent group is realized through the ``@ingroup`` special command. +The link from a Doxygen group or :term:`software component` to the +corresponding requirement is realized through a ``@satisfy{req}`` `custom command `_ which needs the identifier of the requirement as its one and only parameter. Only links to parents are explicitly given in the Doxygen markup. The links -- cgit v1.2.3