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/rpmrc-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/rpmrc-py.c')
-rw-r--r-- | python/rpmrc-py.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rpmrc-py.c b/python/rpmrc-py.c index bea2b006a..887c5a912 100644 --- a/python/rpmrc-py.c +++ b/python/rpmrc-py.c @@ -27,7 +27,7 @@ extern PyTypeObject PyDictIter_Type; static int _rc_debug = 0; /** \ingroup python - * \class rpm.rc + * \class Rpmrc * \brief A python rpm.rc object encapsulates rpmlib configuration. */ |