From e1dfc28196f451fee877f02df2a0ab42977e82ef Mon Sep 17 00:00:00 2001 From: Ron Economos <w6rz@comcast.net> Date: Sat, 10 Oct 2020 10:24:32 -0700 Subject: pybind11: Remove SWIG remnants. --- docs/doxygen/doxyxml/doxyindex.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'docs/doxygen/doxyxml/doxyindex.py') 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) - -- cgit v1.2.3