diff options
Diffstat (limited to 'gr-fft/python/fft/bindings/docstrings/window_pydoc_template.h')
-rw-r--r-- | gr-fft/python/fft/bindings/docstrings/window_pydoc_template.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gr-fft/python/fft/bindings/docstrings/window_pydoc_template.h b/gr-fft/python/fft/bindings/docstrings/window_pydoc_template.h index cc089b8c4d..5988deb37f 100644 --- a/gr-fft/python/fft/bindings/docstrings/window_pydoc_template.h +++ b/gr-fft/python/fft/bindings/docstrings/window_pydoc_template.h @@ -105,4 +105,10 @@ static const char* __doc_gr_fft_window_exponential = R"doc()doc"; static const char* __doc_gr_fft_window_riemann = R"doc()doc"; +static const char* __doc_gr_fft_window_tukey = R"doc()doc"; + + +static const char* __doc_gr_fft_window_gaussian = R"doc()doc"; + + static const char* __doc_gr_fft_window_build = R"doc()doc"; |