Remove cvs $Header$

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10006 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2007-10-17 21:54:31 +00:00
parent 92bceacc38
commit 925adeb175
10 changed files with 1 additions and 21 deletions

View File

@ -11,8 +11,6 @@
<H2>Wrapping a simple C++ class</H2>
<tt>$Header$</tt><br>
<p>
This example illustrates C++ class wrapping performed by SWIG.
C++ classes are simply transformed into Ruby classes that provide methods to

View File

@ -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 Ruby constants with an identical value. Click <a href="example.i">here</a>

View File

@ -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

View File

@ -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?

View File

@ -6,8 +6,6 @@
<body bgcolor="#ffffff">
<H1>SWIG Ruby Examples</H1>
<tt>$Header$</tt><br>
<p>
The following examples illustrate the use of SWIG with Ruby.

View File

@ -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

View File

@ -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

View File

@ -11,8 +11,6 @@
<H2>Simple Ruby Example</H2>
<tt>$Header$</tt><br>
<p>
This example illustrates how you can hook Ruby to a very simple C program containing
a function and a global variable.

View File

@ -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:

View File

@ -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
@ -93,4 +91,4 @@ is much trickier than simply creating a wrapper function.
</body>
</html>
<hr>
<hr>