diff options
author | Ron Economos <w6rz@comcast.net> | 2020-10-10 10:24:32 -0700 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2020-10-12 07:23:59 -0400 |
commit | e1dfc28196f451fee877f02df2a0ab42977e82ef (patch) | |
tree | 2c69ce478ac53db449585b1e8501c9e1f9e867d2 /gr-utils/modtool/templates/gr-newmod/docs/doxygen/doxyxml/doxyindex.py | |
parent | 422f86fd8084b4bf5323110608d3d0d81d27ccd7 (diff) |
pybind11: Remove SWIG remnants.
Diffstat (limited to 'gr-utils/modtool/templates/gr-newmod/docs/doxygen/doxyxml/doxyindex.py')
-rw-r--r-- | gr-utils/modtool/templates/gr-newmod/docs/doxygen/doxyxml/doxyindex.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gr-utils/modtool/templates/gr-newmod/docs/doxygen/doxyxml/doxyindex.py b/gr-utils/modtool/templates/gr-newmod/docs/doxygen/doxyxml/doxyindex.py index 3a3dadbd3a..53e9a63cd5 100644 --- a/gr-utils/modtool/templates/gr-newmod/docs/doxygen/doxyxml/doxyindex.py +++ b/gr-utils/modtool/templates/gr-newmod/docs/doxygen/doxyxml/doxyindex.py @@ -46,14 +46,6 @@ class DoxyIndex(Base): self._members.append(converted) -def generate_swig_doc_i(self): - """ - %feature("docstring") gr_make_align_on_samplenumbers_ss::align_state " - Wraps the C++: gr_align_on_samplenumbers_ss::align_state"; - """ - pass - - class DoxyCompMem(Base): |