aboutsummaryrefslogtreecommitdiff
path: root/Examples/tcl
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2007-10-17 21:47:25 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2007-10-17 21:47:25 +0000
commit92bceacc38a15e7fe86b3fef1101b78a7865246e (patch)
treecccf22b524800061cb86113ba381bae1b55027fe /Examples/tcl
parent9c65c6b044f1f43f3dfbeedfd32488bce3e3ec75 (diff)
downloadswig-92bceacc38a15e7fe86b3fef1101b78a7865246e.tar.gz
Remove cvs $Header$
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10005 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/tcl')
-rw-r--r--Examples/tcl/class/index.html2
-rw-r--r--Examples/tcl/constants/index.html2
-rw-r--r--Examples/tcl/enum/index.html2
-rw-r--r--Examples/tcl/funcptr/index.html2
-rw-r--r--Examples/tcl/index.html2
-rw-r--r--Examples/tcl/pointer/index.html2
-rw-r--r--Examples/tcl/reference/index.html2
-rw-r--r--Examples/tcl/simple/index.html2
-rw-r--r--Examples/tcl/value/index.html2
-rw-r--r--Examples/tcl/variables/index.html2
10 files changed, 0 insertions, 20 deletions
diff --git a/Examples/tcl/class/index.html b/Examples/tcl/class/index.html
index c3069ced6..fd8cfe502 100644
--- a/Examples/tcl/class/index.html
+++ b/Examples/tcl/class/index.html
@@ -11,8 +11,6 @@
<H2>Wrapping a simple C++ class</H2>
-<tt>$Header$</tt><br>
-
<p>
This example illustrates the most primitive form of C++ class wrapping performed
by SWIG. In this case, C++ classes are simply transformed into a collection of
diff --git a/Examples/tcl/constants/index.html b/Examples/tcl/constants/index.html
index dc3739e5a..fa332c64c 100644
--- a/Examples/tcl/constants/index.html
+++ b/Examples/tcl/constants/index.html
@@ -10,8 +10,6 @@
<H2>Wrapping C Constants</H2>
-<tt>$Header$</tt><br>
-
<p>
When SWIG encounters C preprocessor macros and C declarations that look like constants,
it creates Tcl variables with an identical value. Click <a href="example.i">here</a>
diff --git a/Examples/tcl/enum/index.html b/Examples/tcl/enum/index.html
index 4390e38ab..559f6a804 100644
--- a/Examples/tcl/enum/index.html
+++ b/Examples/tcl/enum/index.html
@@ -11,8 +11,6 @@
<H2>Wrapping enumerations</H2>
-<tt>$Header$</tt><br>
-
<p>
This example tests SWIG's ability to wrap enumerations. By default, SWIG
converts enumeration specifications into integer constants. Further use
diff --git a/Examples/tcl/funcptr/index.html b/Examples/tcl/funcptr/index.html
index 5a4210e8d..b822962c7 100644
--- a/Examples/tcl/funcptr/index.html
+++ b/Examples/tcl/funcptr/index.html
@@ -11,8 +11,6 @@
<H2>Pointers to Functions</H2>
-<tt>$Header$</tt><br>
-
<p>
Okay, just what in the heck does SWIG do with a declaration like this?
diff --git a/Examples/tcl/index.html b/Examples/tcl/index.html
index 1b60dd760..b32726002 100644
--- a/Examples/tcl/index.html
+++ b/Examples/tcl/index.html
@@ -6,8 +6,6 @@
<body bgcolor="#ffffff">
<H1>SWIG Tcl Examples</H1>
-<tt>$Header$</tt><br>
-
<p>
The following examples illustrate the use of SWIG with Tcl.
diff --git a/Examples/tcl/pointer/index.html b/Examples/tcl/pointer/index.html
index 2f9c7d9a2..874088a72 100644
--- a/Examples/tcl/pointer/index.html
+++ b/Examples/tcl/pointer/index.html
@@ -10,8 +10,6 @@
<H2>Simple Pointer Handling</H2>
-<tt>$Header$</tt><br>
-
<p>
This example illustrates a couple of techniques for handling
simple pointers in SWIG. The prototypical example is a C function
diff --git a/Examples/tcl/reference/index.html b/Examples/tcl/reference/index.html
index 764a382b9..ef799fa90 100644
--- a/Examples/tcl/reference/index.html
+++ b/Examples/tcl/reference/index.html
@@ -11,8 +11,6 @@
<H2>C++ Reference Handling</H2>
-<tt>$Header$</tt><br>
-
<p>
This example tests SWIG's handling of C++ references. Since C++
references are closely related to pointers (as both refer to a
diff --git a/Examples/tcl/simple/index.html b/Examples/tcl/simple/index.html
index 908f486b7..333d90593 100644
--- a/Examples/tcl/simple/index.html
+++ b/Examples/tcl/simple/index.html
@@ -10,8 +10,6 @@
<H2>Simple Tcl Example</H2>
-<tt>$Header$</tt><br>
-
<p>
This example illustrates how you can hook Tcl to a very simple C program containing
a function and a global variable.
diff --git a/Examples/tcl/value/index.html b/Examples/tcl/value/index.html
index 80c7968be..17a991ecf 100644
--- a/Examples/tcl/value/index.html
+++ b/Examples/tcl/value/index.html
@@ -11,8 +11,6 @@
<H2>Passing and Returning Structures by Value</H2>
-<tt>$Header$</tt><br>
-
<p>
Occasionally, a C program will manipulate structures by value such as shown in the
following code:
diff --git a/Examples/tcl/variables/index.html b/Examples/tcl/variables/index.html
index d41ace2a9..245a445d5 100644
--- a/Examples/tcl/variables/index.html
+++ b/Examples/tcl/variables/index.html
@@ -10,8 +10,6 @@
<H2>Wrapping C Global Variables</H2>
-<tt>$Header$</tt><br>
-
<p>
When a C global variable appears in an interface file, SWIG tries to wrap it using a technique
known as "variable linking." The idea is pretty simple---we try to create a Tcl