diff options
author | Marcus Müller <marcus@hostalia.de> | 2020-06-19 11:07:54 +0200 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2020-06-19 11:07:54 +0200 |
commit | e76d04ca2f4f15e3b1a1ab2a81dd52c4e6d2472c (patch) | |
tree | 1d86f68fceed9cd7204d9a79e816dc06c15feaf4 /gr-blocks/python/blocks/bindings/docstrings/delay_pydoc_template.h | |
parent | 98348e37209aa7daeb96fe5ead815e5b083dc6da (diff) | |
parent | 39311758cb1e6a7424d3213b3eb2c65c8c4dcfe1 (diff) |
Move from SWIG to Pybind11
Goodbye, and thanks for all the fish, SWIG.
Please refer to docs/PYBIND11.md for details on how to deal with Pybind.
Diffstat (limited to 'gr-blocks/python/blocks/bindings/docstrings/delay_pydoc_template.h')
-rw-r--r-- | gr-blocks/python/blocks/bindings/docstrings/delay_pydoc_template.h | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/gr-blocks/python/blocks/bindings/docstrings/delay_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/delay_pydoc_template.h new file mode 100644 index 0000000000..11eef2c9c8 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/delay_pydoc_template.h @@ -0,0 +1,33 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, blocks, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_blocks_delay = R"doc()doc"; + + +static const char* __doc_gr_blocks_delay_delay_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_delay_delay_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_delay_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_delay_dly = R"doc()doc"; + + +static const char* __doc_gr_blocks_delay_set_dly = R"doc()doc"; |