diff options
author | jbj <devnull@localhost> | 2003-04-17 17:17:27 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-04-17 17:17:27 +0000 |
commit | c6156e0abde993ecff24a265e40b4f270a9e0076 (patch) | |
tree | dcf8284f2a432964c8de7ad88b2e72590e03f43c /python/rpmmi-py.h | |
parent | 19dbe0729458b91be1f574c3504533031f1c936d (diff) | |
download | librpm-tizen-c6156e0abde993ecff24a265e40b4f270a9e0076.tar.gz librpm-tizen-c6156e0abde993ecff24a265e40b4f270a9e0076.tar.bz2 librpm-tizen-c6156e0abde993ecff24a265e40b4f270a9e0076.zip |
Doxygen doco markup.
CVS patchset: 6760
CVS date: 2003/04/17 17:17:27
Diffstat (limited to 'python/rpmmi-py.h')
-rw-r--r-- | python/rpmmi-py.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/rpmmi-py.h b/python/rpmmi-py.h index 9d6772106..712b12f83 100644 --- a/python/rpmmi-py.h +++ b/python/rpmmi-py.h @@ -1,15 +1,15 @@ #ifndef H_RPMMI_PY #define H_RPMMI_PY -/** \ingroup python +/** \ingroup py_c * \file python/rpmmi-py.h */ -/** \ingroup python +/** \ingroup py_c */ typedef struct rpmmiObject_s rpmmiObject; -/** \ingroup python +/** \ingroup py_c */ struct rpmmiObject_s { PyObject_HEAD |