diff options
author | jbj <devnull@localhost> | 2001-02-27 21:30:27 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-02-27 21:30:27 +0000 |
commit | 74f16c53a389ed68ee93d6eccc31e0f9236ef8c4 (patch) | |
tree | 02d34f9a0cf6583cb2975b62e2c1ca745cffb644 /Doxyfile.in | |
parent | 84ab8a1f64c1ebb8e98cca47adf2be414ed15daf (diff) | |
download | rpm-74f16c53a389ed68ee93d6eccc31e0f9236ef8c4.tar.gz rpm-74f16c53a389ed68ee93d6eccc31e0f9236ef8c4.tar.bz2 rpm-74f16c53a389ed68ee93d6eccc31e0f9236ef8c4.zip |
Handle non-string tag indices correctly.
Sync with rpm-4.0.2.
CVS patchset: 4583
CVS date: 2001/02/27 21:30:27
Diffstat (limited to 'Doxyfile.in')
-rw-r--r-- | Doxyfile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doxyfile.in b/Doxyfile.in index e4ee04b72..4f5e25148 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -277,7 +277,9 @@ INPUT = \ ./lib/cpio.c \ ./lib/cpio.h \ ./lib/db1.c \ + ./lib/db2.c \ ./lib/db3.c \ + ./lib/dbconfig.c \ ./lib/depends.c \ ./lib/depends.h \ ./lib/falloc.c \ @@ -314,6 +316,7 @@ INPUT = \ ./lib/rpmlibprov.c \ ./lib/rpmrc.c \ ./lib/scriptlet.c \ + ./lib/scriptlet.h \ ./lib/signature.c \ ./lib/signature.h \ ./lib/stringbuf.c \ |