From ca4382707740ec9f3a024d3a5ea2b995fafe247e Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 17 Apr 2007 22:59:08 +0000 Subject: [PATCH] Minor html updates git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9681 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Doc/Manual/Contents.html | 10 ++++++---- Doc/Manual/Lisp.html | 3 ++- Doc/Manual/R.html | 12 ++++++------ 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/Doc/Manual/Contents.html b/Doc/Manual/Contents.html index c4dbfe093..a315096a5 100644 --- a/Doc/Manual/Contents.html +++ b/Doc/Manual/Contents.html @@ -598,6 +598,7 @@ @@ -798,6 +799,7 @@
  • Struct pointer to pointer
  • Memory management when returning references to member variables
  • Memory management for objects passed to the C++ layer +
  • Date marshalling using the javain typemap and associated attributes
  • Living with Java Directors
  • Odds and ends @@ -823,7 +825,7 @@
  • Additional Commandline Options
  • Generating CFFI bindings
  • Generating CFFI bindings for C++ code -
  • Inserting user code into generated files
  • +
  • Inserting user code into generated files
  • CLISP diff --git a/Doc/Manual/Lisp.html b/Doc/Manual/Lisp.html index d462f339e..ca2d0414e 100644 --- a/Doc/Manual/Lisp.html +++ b/Doc/Manual/Lisp.html @@ -16,7 +16,7 @@
  • Additional Commandline Options
  • Generating CFFI bindings
  • Generating CFFI bindings for C++ code -
  • Inserting user code into generated files
  • +
  • Inserting user code into generated files
  • CLISP @@ -127,7 +127,7 @@ wrapping over the underlying functions and rely on the R type system to provide R syntax.

    -

    32.5 Language conventions

    +

    32.5 Language conventions

    @@ -136,7 +136,7 @@ and [ are overloaded to allow for R syntax (one based indices and slices)

    -

    32.6 C++ classes

    +

    32.6 C++ classes

    @@ -148,7 +148,7 @@ keep track of the pointer object which removes the necessity for a lot of the proxy class baggage you see in other languages.

    -

    32.7 Enumerations

    +

    32.7 Enumerations