From 70280970d6715095f2f90fcc39be85c46d4508e7 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Thu, 8 Jan 2015 11:16:19 +1300 Subject: [PATCH] Fix links to the online 1.3 docs to instead be relative --- Doc/Manual/Ruby.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/Manual/Ruby.html b/Doc/Manual/Ruby.html index c4e0074f3..181c46ba9 100644 --- a/Doc/Manual/Ruby.html +++ b/Doc/Manual/Ruby.html @@ -2823,7 +2823,7 @@ not support optional arguments, such as Java and C#, effectively ignore the value specified by this typemap as all arguments must be given.

Once a default typemap has been applied to an argument, all -arguments that follow must have default values. See the +arguments that follow must have default values. See the Default/optional arguments section for further information on default argument wrapping.

@@ -3017,7 +3017,7 @@ catch(char const *_e) {

Note that if your methods do not have an exception specification yet they do throw exceptions, SWIG cannot know how to -deal with them. For a neat way to handle these, see the Exception +deal with them. For a neat way to handle these, see the Exception handling with %exception section.

38.7.6.14 directorin typemap