diff options
Diffstat (limited to 'gr-utils/modtool/templates/gr-newmod/docs/doxygen/pydoc_macros.h')
-rw-r--r-- | gr-utils/modtool/templates/gr-newmod/docs/doxygen/pydoc_macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/modtool/templates/gr-newmod/docs/doxygen/pydoc_macros.h b/gr-utils/modtool/templates/gr-newmod/docs/doxygen/pydoc_macros.h index 98bf7cd639..fb3954bc87 100644 --- a/gr-utils/modtool/templates/gr-newmod/docs/doxygen/pydoc_macros.h +++ b/gr-utils/modtool/templates/gr-newmod/docs/doxygen/pydoc_macros.h @@ -16,4 +16,4 @@ __doc_##n1##_##n2##_##n3##_##n4##_##n5##_##n6##_##n7 #define DOC(...) __EXPAND(__EXPAND(__CAT2(__DOC, __VA_SIZE(__VA_ARGS__)))(__VA_ARGS__)) -#endif // PYDOC_MACROS_H
\ No newline at end of file +#endif // PYDOC_MACROS_H |