diff options
author | Jonathan Corbet <corbet@lwn.net> | 2016-08-12 17:12:36 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-08-12 17:12:36 -0400 |
commit | c2d5be14cb39da34b076b461d8aa2344611364c6 (patch) | |
tree | 072c1f6828a77485cdb3dc4d6b5658b4789833d8 | |
parent | a7a0729c4532c94f4e8efb4faaf6ef00e5fe19ba (diff) |
docs: kernel-documentation: remove some highlight directives
With the conf.py change, we don't need them to avoid warnings anymore.
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/kernel-documentation.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/kernel-documentation.rst b/Documentation/kernel-documentation.rst index c4eb5049da39..391decc66a18 100644 --- a/Documentation/kernel-documentation.rst +++ b/Documentation/kernel-documentation.rst | |||
@@ -366,8 +366,6 @@ Domain`_ references. | |||
366 | Cross-referencing from reStructuredText | 366 | Cross-referencing from reStructuredText |
367 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 367 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
368 | 368 | ||
369 | .. highlight:: none | ||
370 | |||
371 | To cross-reference the functions and types defined in the kernel-doc comments | 369 | To cross-reference the functions and types defined in the kernel-doc comments |
372 | from reStructuredText documents, please use the `Sphinx C Domain`_ | 370 | from reStructuredText documents, please use the `Sphinx C Domain`_ |
373 | references. For example:: | 371 | references. For example:: |
@@ -390,8 +388,6 @@ For further details, please refer to the `Sphinx C Domain`_ documentation. | |||
390 | Function documentation | 388 | Function documentation |
391 | ---------------------- | 389 | ---------------------- |
392 | 390 | ||
393 | .. highlight:: c | ||
394 | |||
395 | The general format of a function and function-like macro kernel-doc comment is:: | 391 | The general format of a function and function-like macro kernel-doc comment is:: |
396 | 392 | ||
397 | /** | 393 | /** |
@@ -572,8 +568,6 @@ DocBook XML [DEPRECATED] | |||
572 | Converting DocBook to Sphinx | 568 | Converting DocBook to Sphinx |
573 | ---------------------------- | 569 | ---------------------------- |
574 | 570 | ||
575 | .. highlight:: none | ||
576 | |||
577 | Over time, we expect all of the documents under ``Documentation/DocBook`` to be | 571 | Over time, we expect all of the documents under ``Documentation/DocBook`` to be |
578 | converted to Sphinx and reStructuredText. For most DocBook XML documents, a good | 572 | converted to Sphinx and reStructuredText. For most DocBook XML documents, a good |
579 | enough solution is to use the simple ``Documentation/sphinx/tmplcvt`` script, | 573 | enough solution is to use the simple ``Documentation/sphinx/tmplcvt`` script, |