Octave: turn on autodoc in examples, so that feature is tested
This commit is contained in:
parent
5c07625d05
commit
a93d5eac4e
16 changed files with 39 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
/* File : example.i */
|
||||
%module swigexample
|
||||
|
||||
%feature("autodoc", 1);
|
||||
|
||||
%{
|
||||
#include "example.h"
|
||||
%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue