From 69db2257cb3d1ec62f327d67211483d57a3ab270 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 29 May 2010 21:08:42 +0000 Subject: [PATCH] Fix broken links shown from running 'make linkchecker' git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12068 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Doc/Manual/Contents.html | 3 +-- Doc/Manual/Java.html | 3 ++- Doc/Manual/Modules.html | 2 +- Doc/Manual/Preface.html | 19 +++++++++---------- 4 files changed, 13 insertions(+), 14 deletions(-) diff --git a/Doc/Manual/Contents.html b/Doc/Manual/Contents.html index 549f6da3d..9d353636a 100644 --- a/Doc/Manual/Contents.html +++ b/Doc/Manual/Contents.html @@ -15,13 +15,12 @@
diff --git a/Doc/Manual/Java.html b/Doc/Manual/Java.html index 366736eb7..c5778c432 100644 --- a/Doc/Manual/Java.html +++ b/Doc/Manual/Java.html @@ -1098,6 +1098,7 @@ Typesafe enums have their advantages over using plain integers in that they can However, there are limitations. For example, they cannot be used in switch statements and serialization is an issue. Please look at the following references for further information: + http://java.sun.com/developer/Books/shiftintojava/page1.html#replaceenums Replace Enums with Classes in Effective Java Programming on the Sun website, Create enumerated constants in Java JavaWorld article, Java Tip 133: More on typesafe enums and @@ -2360,7 +2361,7 @@ See The intermediary JNI class pragmas secti

A Java proxy class is generated for each structure, union or C++ class that is wrapped. -Proxy classes have also been called peer classes. +Proxy classes have also been called peer classes. The default proxy class for our previous example looks like this:

diff --git a/Doc/Manual/Modules.html b/Doc/Manual/Modules.html index 5ce448ce6..69cc58c30 100644 --- a/Doc/Manual/Modules.html +++ b/Doc/Manual/Modules.html @@ -244,7 +244,7 @@ is empty. Only modules compiled with the same pair will share type information.

15.4 External access to the runtime

-

As described in The run-time type checker, +

As described in The run-time type checker, the functions SWIG_TypeQuery, SWIG_NewPointerObj, and others sometimes need to be called. Calling these functions from a typemap is supported, since the typemap code is embedded into the _wrap.c file, which has those declarations available. If you need diff --git a/Doc/Manual/Preface.html b/Doc/Manual/Preface.html index ae2e1b7d9..2680328dd 100644 --- a/Doc/Manual/Preface.html +++ b/Doc/Manual/Preface.html @@ -11,13 +11,12 @@

@@ -49,7 +48,7 @@ has since evolved into a general purpose tool that is used in a wide variety of applications--in fact almost anything where C/C++ programming is involved. -

1.3 SWIG Versions

+

1.2 SWIG Versions

@@ -64,7 +63,7 @@ under license terms of the user's choice/requirements and at the same time the S source was placed under the GNU General Public License version 3.

-

1.4 SWIG resources

+

1.3 SWIG resources

@@ -103,7 +102,7 @@ about this can be obtained at:

-

1.5 Prerequisites

+

1.4 Prerequisites

@@ -128,7 +127,7 @@ However, this isn't meant to be a tutorial on C++ programming. For many of the gory details, you will almost certainly want to consult a good C++ reference. If you don't program in C++, you may just want to skip those parts of the manual. -

1.6 Organization of this manual

+

1.5 Organization of this manual

@@ -140,7 +139,7 @@ can probably skip to that chapter and find almost everything you need to know.

-

1.7 How to avoid reading the manual

+

1.6 How to avoid reading the manual

@@ -152,7 +151,7 @@ The SWIG distribution also comes with a large directory of examples that illustrate different topics.

-

1.8 Backwards compatibility

+

1.7 Backwards compatibility

@@ -188,7 +187,7 @@ Note: The version symbol is not defined in the generated SWIG wrapper file. The SWIG preprocessor has defined SWIG_VERSION since SWIG-1.3.11.

-

1.9 Credits

+

1.8 Credits

@@ -203,7 +202,7 @@ are mentioned either in the COPYRIGHT file or CHANGES files shipped with SWIG or

-

1.10 Bug reports

+

1.9 Bug reports