diff options
author | jbj <devnull@localhost> | 2001-01-12 18:22:27 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-01-12 18:22:27 +0000 |
commit | 31a589ae49d9f711792a9bb24f5c0b8b1b3cd965 (patch) | |
tree | 26087ebba6c809d5893f7f519980d986fe19838b /Doxyfile.in | |
parent | fd0c1a672de734f768ad6fc6d0751b5c6710bc86 (diff) | |
download | rpm-31a589ae49d9f711792a9bb24f5c0b8b1b3cd965.tar.gz rpm-31a589ae49d9f711792a9bb24f5c0b8b1b3cd965.tar.bz2 rpm-31a589ae49d9f711792a9bb24f5c0b8b1b3cd965.zip |
doxygen annotations for python bindings.
CVS patchset: 4433
CVS date: 2001/01/12 18:22:27
Diffstat (limited to 'Doxyfile.in')
-rw-r--r-- | Doxyfile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doxyfile.in b/Doxyfile.in index 22a45c148..0d1d5a27a 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -348,6 +348,7 @@ INPUT = \ ./popt/popthelp.c \ ./popt/poptint.h \ ./popt/poptparse.c \ + ./python/rpmmodule.c \ ./tools/dump.c \ ./tools/dumpdb.c \ ./tools/javadeps.c \ |