summaryrefslogtreecommitdiff
path: root/gr-blocks/python/blocks/bindings/docstrings/wavfile_source_pydoc_template.h
diff options
context:
space:
mode:
authorMarcus Müller <marcus@hostalia.de>2020-06-19 11:07:54 +0200
committerMarcus Müller <marcus@hostalia.de>2020-06-19 11:07:54 +0200
commite76d04ca2f4f15e3b1a1ab2a81dd52c4e6d2472c (patch)
tree1d86f68fceed9cd7204d9a79e816dc06c15feaf4 /gr-blocks/python/blocks/bindings/docstrings/wavfile_source_pydoc_template.h
parent98348e37209aa7daeb96fe5ead815e5b083dc6da (diff)
parent39311758cb1e6a7424d3213b3eb2c65c8c4dcfe1 (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/wavfile_source_pydoc_template.h')
-rw-r--r--gr-blocks/python/blocks/bindings/docstrings/wavfile_source_pydoc_template.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/gr-blocks/python/blocks/bindings/docstrings/wavfile_source_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/wavfile_source_pydoc_template.h
new file mode 100644
index 0000000000..ad002e4a47
--- /dev/null
+++ b/gr-blocks/python/blocks/bindings/docstrings/wavfile_source_pydoc_template.h
@@ -0,0 +1,36 @@
+/*
+ * 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_wavfile_source = R"doc()doc";
+
+
+static const char* __doc_gr_blocks_wavfile_source_wavfile_source_0 = R"doc()doc";
+
+
+static const char* __doc_gr_blocks_wavfile_source_wavfile_source_1 = R"doc()doc";
+
+
+static const char* __doc_gr_blocks_wavfile_source_make = R"doc()doc";
+
+
+static const char* __doc_gr_blocks_wavfile_source_sample_rate = R"doc()doc";
+
+
+static const char* __doc_gr_blocks_wavfile_source_bits_per_sample = R"doc()doc";
+
+
+static const char* __doc_gr_blocks_wavfile_source_channels = R"doc()doc";