e49c0b1401
This reference uses a glob pattern to match multiple files, but the
asterisk was escaped as \* in order to not be interpreted by sphinx
as reStructuredText markup.
refcheckdocs/documentation-file-ref-check doesn't know about rST syntax
and tries to interpret the \* literally (instead of as a glob).
We can work around the warning by putting the Documentation reference
inside double backticks (``..``), which allows us to not escape the
asterisk.
Fixes:
|
||
---|---|---|
.. | ||
coresight | ||
postprocess | ||
rv | ||
boottime-trace.rst | ||
events-kmem.rst | ||
events-msr.rst | ||
events-nmi.rst | ||
events-power.rst | ||
events.rst | ||
fprobe.rst | ||
fprobetrace.rst | ||
ftrace-design.rst | ||
ftrace-uses.rst | ||
ftrace.rst | ||
function-graph-fold.vim | ||
hisi-ptt.rst | ||
histogram-design.rst | ||
histogram.rst | ||
hwlat_detector.rst | ||
index.rst | ||
intel_th.rst | ||
kprobes.rst | ||
kprobetrace.rst | ||
mmiotrace.rst | ||
osnoise-tracer.rst | ||
ring-buffer-design.rst | ||
stm.rst | ||
sys-t.rst | ||
timerlat-tracer.rst | ||
tracepoint-analysis.rst | ||
tracepoints.rst | ||
uprobetracer.rst | ||
user_events.rst |