Switched to gnuradio-3.9
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
committed by
Nick Foster
parent
9e2515a566
commit
9c77b55c0b
1
python/bindings/docstrings/README.md
Normal file
1
python/bindings/docstrings/README.md
Normal file
@@ -0,0 +1 @@
|
||||
This directory stores templates for docstrings that are scraped from the include header files for each block
|
||||
27
python/bindings/docstrings/preamble_pydoc_template.h
Normal file
27
python/bindings/docstrings/preamble_pydoc_template.h
Normal file
@@ -0,0 +1,27 @@
|
||||
/*
|
||||
* Copyright 2021 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,air-modes, __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_air-modes_preamble = R"doc()doc";
|
||||
|
||||
|
||||
static const char *__doc_gr_air-modes_preamble_preamble = R"doc()doc";
|
||||
|
||||
|
||||
static const char *__doc_gr_air-modes_preamble_make = R"doc()doc";
|
||||
|
||||
|
||||
27
python/bindings/docstrings/slicer_pydoc_template.h
Normal file
27
python/bindings/docstrings/slicer_pydoc_template.h
Normal file
@@ -0,0 +1,27 @@
|
||||
/*
|
||||
* Copyright 2021 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,air-modes, __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_air-modes_slicer = R"doc()doc";
|
||||
|
||||
|
||||
static const char *__doc_gr_air-modes_slicer_slicer = R"doc()doc";
|
||||
|
||||
|
||||
static const char *__doc_gr_air-modes_slicer_make = R"doc()doc";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user