mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-14 07:44:21 +08:00
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-config.rst | ||
coresight-cpu-debug.rst | ||
coresight-dummy.rst | ||
coresight-ect.rst | ||
coresight-etm4x-reference.rst | ||
coresight-perf.rst | ||
coresight-tpda.rst | ||
coresight-tpdm.rst | ||
coresight-trbe.rst | ||
coresight.rst | ||
index.rst | ||
ultrasoc-smb.rst |