From 3b859ab5390ac80a23928fa3310b50b7259c7b9b Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sun, 5 Jul 2015 16:55:52 +0100 Subject: Html doc fixes --- Doc/Manual/CSharp.html | 7 ++----- Doc/Manual/Contents.html | 4 +++- Doc/Manual/Go.html | 5 +++-- Doc/Manual/Python.html | 4 +++- 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Doc/Manual/CSharp.html b/Doc/Manual/CSharp.html index 0c0d98c0e..18fc3037e 100644 --- a/Doc/Manual/CSharp.html +++ b/Doc/Manual/CSharp.html @@ -12,10 +12,8 @@
  • Introduction -
  • Differences to the Java module
  • Void pointers
  • C# Arrays @@ -85,6 +83,7 @@ In order to minimize name collisions between names generated based on input to S

    20.1.2 Additional command line options

    +

    The following table lists the additional commandline options available for the C# module. They can also be seen by using:

    @@ -93,8 +92,6 @@ The following table lists the additional commandline options available for the C swig -csharp -help -

    - diff --git a/Doc/Manual/Contents.html b/Doc/Manual/Contents.html index dd0faace6..793f2ed21 100644 --- a/Doc/Manual/Contents.html +++ b/Doc/Manual/Contents.html @@ -725,6 +725,7 @@
  • Introduction
  • Differences to the Java module
  • Void pointers @@ -747,7 +748,7 @@
  • Directors implementation
  • Director caveats -
  • Multiples modules +
  • Multiple modules
  • C# Typemap examples
  • Typemaps
      diff --git a/Doc/Manual/Go.html b/Doc/Manual/Go.html index 0a413b25a..20e923d19 100644 --- a/Doc/Manual/Go.html +++ b/Doc/Manual/Go.html @@ -495,8 +495,10 @@ the C++ object when the Go object is freed. It is strongly recommended to read the runtime.SetFinalizer documentation before using this technique to understand the runtime.SetFinalizer limitations.
      -
      +

      +

      Common pitfalls with runtime.SetFinalizer are: +

      • If a hierarchy of C++ objects will be automatically freed by Go finalizers then @@ -514,7 +516,6 @@ The Go finalizer function typically runs in a different OS thread which can be problematic with C++ code that uses thread-local storage.
      -

      runtime.SetFinalizer Example: diff --git a/Doc/Manual/Python.html b/Doc/Manual/Python.html index 0cbb38021..57a2cd3ef 100644 --- a/Doc/Manual/Python.html +++ b/Doc/Manual/Python.html @@ -74,6 +74,7 @@

    • Simple pointers
    • Unbounded C Arrays
    • String handling +
    • Default arguments
  • Typemaps
      @@ -4160,7 +4161,8 @@ also be used to extra binary data from arbitrary pointers.

      -

      Default arguments

      +

      36.7.5 Default arguments

      +

      C++ default argument code generation is documented in the main -- cgit v1.2.1

  • C# specific options