diff options
Diffstat (limited to 'python/rpmfts-py.c')
-rw-r--r-- | python/rpmfts-py.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/rpmfts-py.c b/python/rpmfts-py.c index ae3739cfb..91066f5f8 100644 --- a/python/rpmfts-py.c +++ b/python/rpmfts-py.c @@ -1,4 +1,4 @@ -/** \ingroup python +/** \ingroup py_c * \file python/rpmfts-py.c */ @@ -267,7 +267,7 @@ rpmfts_debug(__FUNCTION__, s); return Py_BuildValue("i", rc); } -/** \ingroup python +/** \ingroup py_c */ /*@-fullinitblock@*/ /*@unchecked@*/ /*@observer@*/ @@ -505,7 +505,7 @@ static int rpmfts_print(rpmftsObject * s, FILE * fp, /*@unused@*/ int flags) static char rpmfts_doc[] = ""; -/** \ingroup python +/** \ingroup py_c */ /*@-fullinitblock@*/ PyTypeObject rpmfts_Type = { |