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 /docs/doxygen/doxyxml/doxyindex.py | |
parent | 422f86fd8084b4bf5323110608d3d0d81d27ccd7 (diff) |
pybind11: Remove SWIG remnants.
Diffstat (limited to 'docs/doxygen/doxyxml/doxyindex.py')
-rw-r--r-- | docs/doxygen/doxyxml/doxyindex.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/doxygen/doxyxml/doxyindex.py b/docs/doxygen/doxyxml/doxyindex.py index c4fd1f8be2..5354830a63 100644 --- a/docs/doxygen/doxyxml/doxyindex.py +++ b/docs/doxygen/doxyxml/doxyindex.py @@ -45,14 +45,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): @@ -287,4 +279,3 @@ class DoxyOther(Base): return obj.kind in cls.kinds Base.mem_classes.append(DoxyOther) - |