Fix docstrings in python bindings for gr namespace

Signed-off-by: Eric Wild <ewild@sysmocom.de>
This commit is contained in:
Matt Mills 2020-10-29 18:47:29 -06:00 committed by Eric Wild
parent 0d727b3ef8
commit f88dc7df2f
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
* *
*/ */
#include "pydoc_macros.h" #include "pydoc_macros.h"
#define D(...) DOC(gr,osmosdr, __VA_ARGS__ ) #define D(...) DOC(osmosdr, __VA_ARGS__ )
/* /*
This file contains placeholders for docstrings for the Python bindings. This file contains placeholders for docstrings for the Python bindings.
Do not edit! These were automatically extracted during the binding process Do not edit! These were automatically extracted during the binding process

View File

@ -7,7 +7,7 @@
* *
*/ */
#include "pydoc_macros.h" #include "pydoc_macros.h"
#define D(...) DOC(gr,osmosdr, __VA_ARGS__ ) #define D(...) DOC(osmosdr, __VA_ARGS__ )
/* /*
This file contains placeholders for docstrings for the Python bindings. This file contains placeholders for docstrings for the Python bindings.
Do not edit! These were automatically extracted during the binding process Do not edit! These were automatically extracted during the binding process