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/rpmte-py.c | |
parent | 37426c66d793a8a287a506f49e2df2a753210254 (diff) | |
download | rpm-bf7fc63baa6fe063bc159011e796d88117723bcd.tar.gz rpm-bf7fc63baa6fe063bc159011e796d88117723bcd.tar.bz2 rpm-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/rpmte-py.c')
-rw-r--r-- | python/rpmte-py.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/rpmte-py.c b/python/rpmte-py.c index 5f5472131..26da8a316 100644 --- a/python/rpmte-py.c +++ b/python/rpmte-py.c @@ -19,8 +19,8 @@ #include "debug.h" /** \ingroup python - * \name Class: rpm.te - * \class rpm.te + * \name Class: Rpmte + * \class Rpmte * \brief An python rpm.te object represents an element of a transaction set. */ |