From 4ac99b5f96ce87b435cc98f933f0555835f5f305 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 17 Feb 2011 21:51:10 +0000 Subject: [PATCH] Documentation numbering update git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12466 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Doc/Manual/Contents.html | 7 +++++-- Doc/Manual/Java.html | 6 ++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Doc/Manual/Contents.html b/Doc/Manual/Contents.html index a828fdd94..2937b6586 100644 --- a/Doc/Manual/Contents.html +++ b/Doc/Manual/Contents.html @@ -900,6 +900,7 @@
  • Simple pointers
  • Wrapping C arrays with Java arrays
  • Unbounded C Arrays +
  • Binary data vs Strings
  • Overriding new and delete to allocate from Java heap
  • Java typemaps @@ -1063,12 +1064,14 @@ -

    27 SWIG and MzScheme

    +

    27 SWIG and MzScheme/Racket

    diff --git a/Doc/Manual/Java.html b/Doc/Manual/Java.html index c6ef2b425..2ae9f7b95 100644 --- a/Doc/Manual/Java.html +++ b/Doc/Manual/Java.html @@ -101,6 +101,7 @@
  • Simple pointers
  • Wrapping C arrays with Java arrays
  • Unbounded C Arrays +
  • Binary data vs Strings
  • Overriding new and delete to allocate from Java heap
  • Java typemaps @@ -4401,7 +4402,8 @@ well suited for applications in which you need to create buffers, package binary data, etc.

    -

    Binary data vs Strings

    +

    23.8.5 Binary data vs Strings

    +

    By default SWIG handles char * as a string but there is a handy multi-argument typemap available as mentioned in Passing binary data. @@ -4444,7 +4446,7 @@ len: 5 data: 68 69 0 6a 6b -

    23.8.5 Overriding new and delete to allocate from Java heap

    +

    23.8.6 Overriding new and delete to allocate from Java heap