diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-09-22 22:42:06 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-09-22 22:42:06 +0300 |
commit | 14d5aaedcb355a724ba8869a29c8e4a35efdcac1 (patch) | |
tree | aac4c262a28af075d367830c822e2cc997a535ef /python/rpmfi-py.h | |
parent | 864220c441704e3d61fa521c682a23874b41e4ba (diff) | |
download | librpm-tizen-14d5aaedcb355a724ba8869a29c8e4a35efdcac1.tar.gz librpm-tizen-14d5aaedcb355a724ba8869a29c8e4a35efdcac1.tar.bz2 librpm-tizen-14d5aaedcb355a724ba8869a29c8e4a35efdcac1.zip |
Lose the empty doxygen markers
- nothing wrong with comments but empty comment placeholders
are not exactly useful
Diffstat (limited to 'python/rpmfi-py.h')
-rw-r--r-- | python/rpmfi-py.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/python/rpmfi-py.h b/python/rpmfi-py.h index 783dfb078..6147d6d76 100644 --- a/python/rpmfi-py.h +++ b/python/rpmfi-py.h @@ -3,10 +3,6 @@ #include <rpm/rpmfi.h> -/** \ingroup py_c - * \file python/rpmfi-py.h - */ - typedef struct rpmfiObject_s rpmfiObject; extern PyTypeObject rpmfi_Type; |