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/_rpmdb.c | |
parent | 19dbe0729458b91be1f574c3504533031f1c936d (diff) | |
download | rpm-c6156e0abde993ecff24a265e40b4f270a9e0076.tar.gz rpm-c6156e0abde993ecff24a265e40b4f270a9e0076.tar.bz2 rpm-c6156e0abde993ecff24a265e40b4f270a9e0076.zip |
Doxygen doco markup.
CVS patchset: 6760
CVS date: 2003/04/17 17:17:27
Diffstat (limited to 'python/_rpmdb.c')
-rw-r--r-- | python/_rpmdb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/_rpmdb.c b/python/_rpmdb.c index 3d93f6fc0..1bdcd111d 100644 --- a/python/_rpmdb.c +++ b/python/_rpmdb.c @@ -1,4 +1,4 @@ -/** \ingroup python +/** \ingroup py_c * \file python/_rpmdb.c */ @@ -92,7 +92,7 @@ #define PY_BSDDB_VERSION "3.4.2" -static char *rcs_id = "$Id: _rpmdb.c,v 1.7 2002/11/08 22:23:37 jbj Exp $"; +static char *rcs_id = "$Id: _rpmdb.c,v 1.8 2003/04/17 17:17:27 jbj Exp $"; #ifdef WITH_THREAD |