From 041cee306d0ea3dece381fabca6cf75ecb7d46d9 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 10 Jun 2010 06:14:24 +0000 Subject: [PATCH] html fixes git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12113 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Doc/Manual/Contents.html | 4 ++-- Doc/Manual/Go.html | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Doc/Manual/Contents.html b/Doc/Manual/Contents.html index 25d2dbf9c..66bf41264 100644 --- a/Doc/Manual/Contents.html +++ b/Doc/Manual/Contents.html @@ -720,9 +720,9 @@
  • Go Enumerations
  • Go Classes -
  • Go Templates +
  • Go Templates
  • Go Director Classes
  • Default Go primitive type mappings diff --git a/Doc/Manual/Go.html b/Doc/Manual/Go.html index 7d2ce9db8..f6e87afb4 100644 --- a/Doc/Manual/Go.html +++ b/Doc/Manual/Go.html @@ -23,9 +23,9 @@
  • Go Enumerations
  • Go Classes -
  • Go Templates +
  • Go Templates
  • Go Director Classes
  • Default Go primitive type mappings @@ -289,7 +289,7 @@ to reinterpret_cast. This should only be used for very special cases, such as where C++ would use a dynamic_cast.

    -

    20.3.5.1 Go Class Inheritance

    +

    20.3.5.1 Go Class Inheritance

    @@ -301,7 +301,7 @@ Doing the reverse will require an explicit type assertion, which will be checked dynamically.

    -

    20.3.6 Go Templates

    +

    20.3.6 Go Templates

    @@ -341,7 +341,7 @@ For example: type GoClass struct { } func (p *GoClass) VirtualFunction() { } func MakeClass() ClassName { - return NewDirectorClassName(&GoClass{}) + return NewDirectorClassName(&GoClass{}) }