From cacb36bedb09cbc1f20d1132020f43972f3cdc47 Mon Sep 17 00:00:00 2001
From: William S Fulton
Date: Tue, 22 Dec 2015 19:06:25 +0000
Subject: [PATCH] Docs - remove html tags from headings
---
Doc/Manual/Contents.html | 22 +++++++++++-----------
Doc/Manual/D.html | 8 ++++----
Doc/Manual/Ocaml.html | 16 ++++++++--------
Doc/Manual/Php.html | 4 ++--
Doc/Manual/SWIG.html | 12 ++++++------
Doc/Manual/Typemaps.html | 4 ++--
6 files changed, 33 insertions(+), 33 deletions(-)
diff --git a/Doc/Manual/Contents.html b/Doc/Manual/Contents.html
index 6d2cdaa76..54fa30637 100644
--- a/Doc/Manual/Contents.html
+++ b/Doc/Manual/Contents.html
@@ -142,8 +142,8 @@
Basic Type Handling
Global Variables
Constants
-A brief word about const
-A cautionary tale of char *
+A brief word about const
+A cautionary tale of char *
Pointers and complex objects
Typemaps and overloading
-More about %apply and %clear
+More about %apply and %clear
Passing data between typemaps
C++ "this" pointer
Where to go for more information?
@@ -821,13 +821,13 @@
Code injection typemaps
Special variable macros
-%features
+D and %feature
Pragmas
D Exceptions
D Directors
Other features
Exceptions
@@ -1435,7 +1435,7 @@
Pointers and References
Structures and C++ classes
-%features
+D and %feature
Pragmas
D Exceptions
D Directors
Other features
-- Extended namespace support (nspace)
+
- Extended namespace support (nspace)
- Native pointer support
- Operator overloading
- Running the test-suite
@@ -295,7 +295,7 @@ $importtype(AnotherInterface)
-
+
The D module defines a number of directives which modify the SWIG features set globally or for a specific declaration:
@@ -386,7 +386,7 @@ struct A {
-
+
By default, SWIG flattens all C++ namespaces into a single target language namespace, but as for Java and C#, the nspace feature is supported for D. If it is active, C++ namespaces are mapped to D packages/modules. Note, however, that like for the other languages, free variables and functions are not supported yet; currently, they are all allows written to the main proxy D module.
diff --git a/Doc/Manual/Ocaml.html b/Doc/Manual/Ocaml.html
index 789bbae53..293789656 100644
--- a/Doc/Manual/Ocaml.html
+++ b/Doc/Manual/Ocaml.html
@@ -45,10 +45,10 @@
- Overriding Methods in Ocaml
- Director Usage Example
- Creating director objects
-
- Typemaps for directors, directorin, directorout, directorargout
-
- directorin typemap
-
- directorout typemap
-
- directorargout typemap
+
- Typemaps for directors, directorin, directorout, directorargout
+
- typemap
+
- directorout typemap
+
- directorargout typemap
Exceptions
@@ -930,7 +930,7 @@ object from causing a core dump, as long as the object is destroyed
properly.
-
+
@@ -941,7 +941,7 @@ well as a function return value in the same way you provide function arguments,
and to receive arguments the same way you normally receive function returns.
-
+
@@ -952,7 +952,7 @@ code receives when you are called. In general, a simple directorin typ
can use the same body as a simple out typemap.
-
+
@@ -963,7 +963,7 @@ for the same type, except when there are special requirements for object
ownership, etc.
-
+
diff --git a/Doc/Manual/Php.html b/Doc/Manual/Php.html
index e1adce5ad..b332da552 100644
--- a/Doc/Manual/Php.html
+++ b/Doc/Manual/Php.html
@@ -25,7 +25,7 @@
Pointers and References
Structures and C++ classes
Pointers and complex objects
@@ -40,7 +40,7 @@
- Passing structures by value
- Return by value
- Linking to structure variables
-
- Linking to char *
+
- Linking to char *
- Arrays
- Creating read-only variables
- Renaming and ignoring declarations
@@ -758,7 +758,7 @@ is only used when you want to add constants to the scripting language
interface that are not defined in the original header file.
-
+
@@ -860,7 +860,7 @@ const int spam = 42;
-
+
@@ -1329,7 +1329,7 @@ C++ classes must supply a properly defined copy constructor in order for
assignment to work correctly.
-
+
diff --git a/Doc/Manual/Typemaps.html b/Doc/Manual/Typemaps.html
index 770604684..1cadd4ae3 100644
--- a/Doc/Manual/Typemaps.html
+++ b/Doc/Manual/Typemaps.html
@@ -87,7 +87,7 @@
- Usage
Typemaps and overloading
-More about %apply and %clear
+More about %apply and %clear
Passing data between typemaps
C++ "this" pointer
Where to go for more information?
@@ -4664,7 +4664,7 @@ Subsequent "in" typemaps would then perform more extensive type-checking.
-
+