projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58ef4a4
)
sphinx.rst: fix unknown reference
author
Mauro Carvalho Chehab
<mchehab@s-opensource.com>
Fri, 14 Jul 2017 16:41:19 +0000
(13:41 -0300)
committer
Jonathan Corbet
<corbet@lwn.net>
Mon, 17 Jul 2017 19:18:30 +0000
(13:18 -0600)
There's no "Sphinx C Domain" reference at the Kernel
documentation. So, don't use references for it.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/doc-guide/sphinx.rst
patch
|
blob
|
history
diff --git
a/Documentation/doc-guide/sphinx.rst
b/Documentation/doc-guide/sphinx.rst
index 3278262164da6f8d4577fcd8ec466a470982a2f1..4c6cb454eaa05abb29e94a951e62225301938e7c 100644
(file)
--- a/
Documentation/doc-guide/sphinx.rst
+++ b/
Documentation/doc-guide/sphinx.rst
@@
-167,7
+167,7
@@
Here are some specific guidelines for the kernel documentation:
the C domain
------------
-The
`Sphinx C Domain`_
(name c) is suited for documentation of C API. E.g. a
+The
**Sphinx C Domain**
(name c) is suited for documentation of C API. E.g. a
function prototype:
.. code-block:: rst