mirror of
https://github.com/torvalds/linux.git
synced 2025-12-01 07:26:02 +07:00
docs: fix reference to core-api/namespaces.rst
Fix a couple of dangling links to core-api/namespaces.rst by turning them
into proper references. Enable the autosection extension (available since
Sphinx 1.4) to make this work.
Co-developed-by: Federico Vaga <federico.vaga@vaga.pv.it>
Fixes: fcfacb9f83 ("doc: move namespaces.rst from kbuild/ to core-api/")
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
@@ -601,7 +601,7 @@ Defined in ``include/linux/export.h``
|
||||
|
||||
This is the variant of `EXPORT_SYMBOL()` that allows specifying a symbol
|
||||
namespace. Symbol Namespaces are documented in
|
||||
``Documentation/core-api/symbol-namespaces.rst``.
|
||||
:ref:`Documentation/core-api/symbol-namespaces.rst <Symbol Namespaces>`
|
||||
|
||||
:c:func:`EXPORT_SYMBOL_NS_GPL()`
|
||||
--------------------------------
|
||||
@@ -610,7 +610,7 @@ Defined in ``include/linux/export.h``
|
||||
|
||||
This is the variant of `EXPORT_SYMBOL_GPL()` that allows specifying a symbol
|
||||
namespace. Symbol Namespaces are documented in
|
||||
``Documentation/core-api/symbol-namespaces.rst``.
|
||||
:ref:`Documentation/core-api/symbol-namespaces.rst <Symbol Namespaces>`
|
||||
|
||||
Routines and Conventions
|
||||
========================
|
||||
|
||||
Reference in New Issue
Block a user