diff options
Diffstat (limited to 'Lib/octave/octave.swg')
-rw-r--r-- | Lib/octave/octave.swg | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/Lib/octave/octave.swg b/Lib/octave/octave.swg index b25931cfd..872054d88 100644 --- a/Lib/octave/octave.swg +++ b/Lib/octave/octave.swg @@ -1,19 +1,8 @@ -// -// octave.swg - Octave configuration module -// - -// Include standard SWIG macros and fragments %include <typemaps/swigmacros.swg> %include <typemaps/fragments.swg> - -// Include Octave runtime code %include <octruntime.swg> - -// Include Octave typemaps +%include <octuserdir.swg> %include <octtypemaps.swg> - -// Include Octave overloaded operator support %include <octopers.swg> -// Include Octave special user directives -%include <octuserdir.swg> +%define %docstring %feature("docstring") %enddef |