diff options
author | Josh Morman <mormjb@gmail.com> | 2020-04-23 10:44:55 -0400 |
---|---|---|
committer | Josh Morman <mormjb@gmail.com> | 2020-06-04 10:05:47 -0400 |
commit | 0112d661bef0dac798858bf90eaae6d5393622d6 (patch) | |
tree | eb6c8d2980837d2d2030c8ce571f768cbc7a7f61 /gr-qtgui/python/qtgui/bindings/docstrings/freqcontrolpanel_pydoc_template.h | |
parent | a958015fcd19f8374dc2016df471641fcdf7c158 (diff) |
qtgui: add pybind11 bindings
Diffstat (limited to 'gr-qtgui/python/qtgui/bindings/docstrings/freqcontrolpanel_pydoc_template.h')
-rw-r--r-- | gr-qtgui/python/qtgui/bindings/docstrings/freqcontrolpanel_pydoc_template.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gr-qtgui/python/qtgui/bindings/docstrings/freqcontrolpanel_pydoc_template.h b/gr-qtgui/python/qtgui/bindings/docstrings/freqcontrolpanel_pydoc_template.h new file mode 100644 index 0000000000..db225012b1 --- /dev/null +++ b/gr-qtgui/python/qtgui/bindings/docstrings/freqcontrolpanel_pydoc_template.h @@ -0,0 +1,15 @@ +/* + * 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, qtgui, __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 + */ |