From ea9275ca08756f6cf886d6f083ee94eda3b57156 Mon Sep 17 00:00:00 2001
From: William S Fulton 33 SWIG and Ruby
diff --git a/Doc/Manual/SWIG.html b/Doc/Manual/SWIG.html
index bdd0edb8b..52b9db339 100644
--- a/Doc/Manual/SWIG.html
+++ b/Doc/Manual/SWIG.html
@@ -1909,6 +1909,8 @@ The most general function of all of the above ones (not counting
command which is even more powerful in principle but which should
generally be avoided because of performance considerations) is the
regex one. Here are some more examples of its use:
+
// Strip the wx prefix from all identifiers except those starting with wxEVT
@@ -1924,7 +1926,6 @@ generally be avoided because of performance considerations) is the
// GetValue -> Value
As before, everything that was said above about %rename also applies to diff --git a/Doc/Manual/chapters b/Doc/Manual/chapters index cd399996b..014029c74 100644 --- a/Doc/Manual/chapters +++ b/Doc/Manual/chapters @@ -34,4 +34,3 @@ Ruby.html Tcl.html R.html Extending.html -