Skip to content

Commit e601d59

Browse files
committed
src_traces.rst: fix minor formatting issues
1 parent 42003dd commit e601d59

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

doc/gnatcov/src_traces.rst

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -413,18 +413,19 @@ state. Should the default limit not be satisfactory, it can be tuned with the
413413
option :cmd-option:`--path-count-limit`.
414414

415415
Other source-traces limitations
416-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
416+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
417417

418418
In Ada, variable or type declarations at the package level can yield elaboration
419419
code. Such code constructs are thus considered to have corresponding coverage
420420
obligations
421421

422-
In the case where a `pragma Preelaborate` restriction affects the instrumented
423-
unit, variable and type declarations at the package level are not considered as
424-
coverage obligations, although some elaboration code may still be emitted in
425-
rare instances. Note that declarations within a unit constrained by a
426-
``No_Elaboration_Code`` pragma don't produce coverage obligation either, which
427-
is always correct as no executable code can be emitted by the compiler for them.
422+
In the case where a ``pragma Preelaborate`` restriction affects the
423+
instrumented unit, variable and type declarations at the package level are not
424+
considered as coverage obligations, although some elaboration code may still be
425+
emitted in rare instances. Note that declarations within a unit constrained by
426+
a ``No_Elaboration_Code`` pragma don't produce coverage obligation either,
427+
which is always correct as no executable code can be emitted by the compiler
428+
for them.
428429

429430
There are also a few limitations concerning the source trace workflow as a
430431
whole:
@@ -686,7 +687,7 @@ Setting up the coverage runtime
686687
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
687688

688689
As seen in the :ref:`instr-rts` section, we use the ``gnatcov setup`` command to
689-
build and install the :term:`coverage runtime <Coverage Runtime>`::
690+
build and install the :term:`coverage runtime <Coverage Runtime>`.
690691

691692
For our intended target environment, this would be something like::
692693

0 commit comments

Comments
 (0)