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-digital/python/digital/bindings/docstrings/crc32_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-digital/python/digital/bindings/docstrings/crc32_pydoc_template.h')
-rw-r--r-- | gr-digital/python/digital/bindings/docstrings/crc32_pydoc_template.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/gr-digital/python/digital/bindings/docstrings/crc32_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/crc32_pydoc_template.h new file mode 100644 index 0000000000..75ae8d3814 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/crc32_pydoc_template.h @@ -0,0 +1,27 @@ +/* + * 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, digital, __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_digital_update_crc32_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_update_crc32_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_crc32_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_crc32_1 = R"doc()doc"; |