zephyr/subsys/debug
David B. Kinder 6000a6205a doc: prepare for improving doc API linking
Linking to API material requires knowing the pecularities of how
doxygen, sphinx, and breathe work. In an attempt to hide some of this
we're preparing the current docs to allow use of configuration defaults
that will let us more simply use a default role that will hunt for a
reference target in the various domains that are available by using a
default "role" of "all".  This will let us use the simple notation
`functionname` or `typename` without fully specifying the reference as
:c:func:`functionname`.

This patch cleans up exising docs that were (incorrectly) using single
backtics where double backtics should have been used, and also found
some typos (such as a space between the role name and the reference,
such as :file: `filename`, and a missing colon such as
c:func:`functionname`)

This is a start to address issue #14313

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2019-03-15 05:47:19 +01:00
..
tracing segger: sysview: Fix constness of char pointer 2019-03-04 18:59:55 -08:00
CMakeLists.txt systemview: add support natively using tracing hooks 2018-08-21 05:45:47 -07:00
Kconfig doc: prepare for improving doc API linking 2019-03-15 05:47:19 +01:00
Kconfig.segger doc: fix docs, include, and Kconfig misspellings 2019-02-28 09:32:12 +01:00
openocd.c debug: openocd: change how we manage differences between versions 2019-02-27 13:25:28 -06:00