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