diff options
author | Ben Reynwar <ben@reynwar.net> | 2011-02-27 17:03:44 -0700 |
---|---|---|
committer | Ben Reynwar <ben@reynwar.net> | 2011-02-27 17:03:44 -0700 |
commit | 3a5d052979b8a624f5d290fa2c23486d9d8dc94a (patch) | |
tree | 5f7fded9512acc7395fd1e6c16797277892dc84a /gnuradio-core/src/lib | |
parent | c783c2f959ef53b75a279ce91ce23f68fd2566ae (diff) |
Minor bug fixes (from last two commits)
Diffstat (limited to 'gnuradio-core/src/lib')
-rw-r--r-- | gnuradio-core/src/lib/swig/gnuradio.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-core/src/lib/swig/gnuradio.i b/gnuradio-core/src/lib/swig/gnuradio.i index ba8357c40a..1856d50076 100644 --- a/gnuradio-core/src/lib/swig/gnuradio.i +++ b/gnuradio-core/src/lib/swig/gnuradio.i @@ -35,7 +35,7 @@ #include <complex> %} -// %feature("autodoc","1"); +%feature("autodoc","1"); #ifdef SWIGGUILE // Export constants and enums as scheme variables, not functions. |