diff options
author | jbj <devnull@localhost> | 2002-06-03 23:27:05 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-06-03 23:27:05 +0000 |
commit | bf7fc63baa6fe063bc159011e796d88117723bcd (patch) | |
tree | 475ae33b79aff4b0d5114f5aa4f2489379ea0cba /python/rpmdb-py.c | |
parent | 37426c66d793a8a287a506f49e2df2a753210254 (diff) | |
download | librpm-tizen-bf7fc63baa6fe063bc159011e796d88117723bcd.tar.gz librpm-tizen-bf7fc63baa6fe063bc159011e796d88117723bcd.tar.bz2 librpm-tizen-bf7fc63baa6fe063bc159011e796d88117723bcd.zip |
Teach doxygen about python/*-py.c files.
Make sure that automake includes the python/test/* files.
CVS patchset: 5461
CVS date: 2002/06/03 23:27:05
Diffstat (limited to 'python/rpmdb-py.c')
-rw-r--r-- | python/rpmdb-py.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rpmdb-py.c b/python/rpmdb-py.c index 584098492..8dc0dc790 100644 --- a/python/rpmdb-py.c +++ b/python/rpmdb-py.c @@ -14,7 +14,7 @@ #include "debug.h" /** \ingroup python - * \class rpm.db + * \class Rpmdb * \brief A python rpmdb object represents an RPM database. * * Instances of the rpmdb object provide access to the records of a |