From 1c207f76d08a156dc64b261d99e8b6f25b3d97b4 Mon Sep 17 00:00:00 2001 From: Simon Marchetto Date: Mon, 7 Apr 2014 11:33:39 +0200 Subject: [PATCH] scilab: document C++ exceptions --- Doc/Manual/Scilab.html | 89 ++++++++++++++++++++++++++++++++++++++---- 1 file changed, 82 insertions(+), 7 deletions(-) diff --git a/Doc/Manual/Scilab.html b/Doc/Manual/Scilab.html index 49272c1ea..ce66d08e1 100644 --- a/Doc/Manual/Scilab.html +++ b/Doc/Manual/Scilab.html @@ -35,6 +35,7 @@
  • Pointers, references, values, and arrays
  • C++ templates
  • C++ operators +
  • C++ exceptions
  • C++ STL
  • Type mappings @@ -45,7 +46,7 @@
  • Pointer-to-pointers
  • Matrices
  • STL -Scilab_wrapping_pointers_references_values_arrays +
  • Module