summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchintu3536 <teja3536mani@gmail.com>2020-10-11 22:36:57 +0530
committerchintu3536 <teja3536mani@gmail.com>2020-10-11 22:38:33 +0530
commita9213d03ad5d285decd1aa6bfcdee881d05b03bc (patch)
tree36bda744050970373476504a338150e812626ad8
parentc1e0f9369efe096bef6041d276a8c06f566e795c (diff)
downloadswig-a9213d03ad5d285decd1aa6bfcdee881d05b03bc.tar.gz
Fix unknown text role "ref" warning [skip-ci]
-rw-r--r--SphinxDocs/source/Manual/Allegrocl.rst4
-rw-r--r--SphinxDocs/source/Manual/D.rst4
2 files changed, 4 insertions, 4 deletions
diff --git a/SphinxDocs/source/Manual/Allegrocl.rst b/SphinxDocs/source/Manual/Allegrocl.rst
index bd702f6a6..e8eb30c75 100644
--- a/SphinxDocs/source/Manual/Allegrocl.rst
+++ b/SphinxDocs/source/Manual/Allegrocl.rst
@@ -1012,7 +1012,7 @@ SWIG provides support for dealing with templates, but by default, it
will not generate any member variable or function wrappers for templated
classes. In order to create these wrappers, you need to explicitly tell
SWIG to instantiate them. This is done via the
-:ref:`%template<cpp_templates>` directive.
+:ref: `%template<cpp_templates>` directive.
Implicit Template instantiation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -1458,7 +1458,7 @@ SWIG Typemaps provide a powerful tool for automatically generating code
to handle various menial tasks required of writing an interface to
foreign code. The purpose of this section is to describe each of the
typemaps used by the Allegro CL module. Please read the chapter on
-:doc:`Typemaps` for more information.
+:doc: `Typemaps` for more information.
Code Generation in the C++ Wrapper
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/SphinxDocs/source/Manual/D.rst b/SphinxDocs/source/Manual/D.rst
index 415cc6161..4d86d7f3d 100644
--- a/SphinxDocs/source/Manual/D.rst
+++ b/SphinxDocs/source/Manual/D.rst
@@ -335,8 +335,8 @@ When generating D wrappers, a few additional macros are available:
``$dcall`` and ``$winput`` (C#: ``$cscall``, ``$iminput``)
These variables are used in the director-specific typemaps
- :ref:`ddirectorin <D_ddirectorinout>` and
- :ref:`ddirectorout <D_ddirectorinout>`. They are more or less
+ :ref: `ddirectorin<D_ddirectorinout>` and
+ :ref: `ddirectorout<D_ddirectorinout>`. They are more or less
the reverse of the ``$imcall`` and ``$dinput`` macros: ``$dcall``
contains the invocation of the D proxy method of which the return
value is to be passed back to C++, ``$winput`` contains the parameter