summaryrefslogtreecommitdiff
path: root/gr-utils/src/python/modtool/gr-newmod/swig/howto_swig.i
blob: 4627d48d3400fd5def57048c0e7e65fe53dddb95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* -*- c++ -*- */

#define HOWTO_API

%include "gnuradio.i"			// the common stuff

//load generated python docstrings
%include "howto_swig_doc.i"

%{
%}