diff options
author | Josh Morman <mormjb@gmail.com> | 2020-04-23 08:12:30 -0400 |
---|---|---|
committer | Josh Morman <mormjb@gmail.com> | 2020-06-04 10:05:47 -0400 |
commit | 5039f381454bc0afc4f676085afa998c438e02e7 (patch) | |
tree | 4cd97bfcd6e4959d255961422e3841dc35f0a892 /gr-digital/python/digital/bindings/docstrings/simple_framer_pydoc_template.h | |
parent | 3e4df0bcccc58a2f283268828f9ad2dc3eadb19d (diff) |
digital: add pybind11 bindings
Diffstat (limited to 'gr-digital/python/digital/bindings/docstrings/simple_framer_pydoc_template.h')
-rw-r--r-- | gr-digital/python/digital/bindings/docstrings/simple_framer_pydoc_template.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gr-digital/python/digital/bindings/docstrings/simple_framer_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/simple_framer_pydoc_template.h new file mode 100644 index 0000000000..bd6f2f10c5 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/simple_framer_pydoc_template.h @@ -0,0 +1,24 @@ +/* + * 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_simple_framer = R"doc()doc"; + + +static const char* __doc_gr_digital_simple_framer_simple_framer = R"doc()doc"; + + +static const char* __doc_gr_digital_simple_framer_make = R"doc()doc"; |