summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchintu3536 <teja3536mani@gmail.com>2020-10-07 15:59:09 +0530
committerchintu3536 <teja3536mani@gmail.com>2020-10-07 15:59:09 +0530
commita594b87acef5510d865f75013bb5e96dc941ad8e (patch)
tree47183bd544eaf2c633d4e8c00dee67edc7cd8885
parenta9321786ca48fb6654b32281febca32b761c00d0 (diff)
downloadswig-a594b87acef5510d865f75013bb5e96dc941ad8e.tar.gz
Sphinx doc corrections - SWIGPlus.rst [skip-ci]
-rw-r--r--SphinxDocs/source/Manual/SWIGPlus.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/SphinxDocs/source/Manual/SWIGPlus.rst b/SphinxDocs/source/Manual/SWIGPlus.rst
index d87942fc0..6fd6469d6 100644
--- a/SphinxDocs/source/Manual/SWIGPlus.rst
+++ b/SphinxDocs/source/Manual/SWIGPlus.rst
@@ -1,12 +1,14 @@
SWIG and C++
-==============
+============
This chapter describes SWIG's support for wrapping C++. It is mostly
concerned about C++ as defined by the C++ 98 and 03 standards. For
-additions to the original C++ standard, please read the :doc:`CPlusPlus11` ,
-:doc:`CPlusPlus14` and :doc:`CPlusPlus17` chapters. :doc:`CPlusPlus20`
-chapters. As a prerequisite, you
-should first read the chapter :doc:`SWIG` to see
+additions to the original C++ standard, please read the `SWIG and
+C++11 <CPlusPlus11.html#CPlusPlus11>`__, `SWIG and
+C++14 <CPlusPlus14.html#CPlusPlus14>`__ and `SWIG and
+C++17 <CPlusPlus17.html#CPlusPlus17>`__ chapters. `SWIG and
+C++20 <CPlusPlus20.html#CPlusPlus20>`__ chapters. As a prerequisite, you
+should first read the chapter `SWIG Basics <SWIG.html#SWIG>`__ to see
how SWIG wraps ISO C. Support for C++ builds upon ISO C wrapping and
that material will be useful in understanding this chapter.
@@ -2515,8 +2517,6 @@ further details.
used to extend a structure with more than just methods, a more suitable
directive name has been chosen.
-.. _cpp_templates:
-
Templates
--------------