diff options
author | jbj <devnull@localhost> | 2001-10-21 21:43:32 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-10-21 21:43:32 +0000 |
commit | 1ad22a0bc4efaad2113975267bf5bf0708cb870e (patch) | |
tree | ae4d2e9f20d1a79002a838d5265bc54fa9b0851d /Doxyfile.in | |
parent | d5dd3dfbc6f0e9128e055eaf84635c85de7b8139 (diff) | |
download | librpm-tizen-1ad22a0bc4efaad2113975267bf5bf0708cb870e.tar.gz librpm-tizen-1ad22a0bc4efaad2113975267bf5bf0708cb870e.tar.bz2 librpm-tizen-1ad22a0bc4efaad2113975267bf5bf0708cb870e.zip |
- all symbols but hdrVec are now forward references in linkage.
CVS patchset: 5128
CVS date: 2001/10/21 21:43:32
Diffstat (limited to 'Doxyfile.in')
-rw-r--r-- | Doxyfile.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Doxyfile.in b/Doxyfile.in index 7f6a83ec2..6cea366fd 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -390,8 +390,6 @@ INPUT = \ @top_srcdir@/lib/signature.h \ @top_srcdir@/lib/stringbuf.c \ @top_srcdir@/lib/stringbuf.h \ - @top_srcdir@/lib/tagName.c \ - @top_srcdir@/lib/tagtable.c \ @top_srcdir@/lib/transaction.c \ @top_srcdir@/lib/verify.c \ @top_srcdir@/rpmdb/db1.c \ @@ -401,11 +399,16 @@ INPUT = \ @top_srcdir@/rpmdb/falloc.h \ @top_srcdir@/rpmdb/fprint.c \ @top_srcdir@/rpmdb/fprint.h \ + @top_srcdir@/rpmdb/hdrNVR.c \ + @top_srcdir@/rpmdb/legacy.c \ + @top_srcdir@/rpmdb/legacy.h \ @top_srcdir@/rpmdb/poptDB.c \ @top_srcdir@/rpmdb/rpmhash.c \ @top_srcdir@/rpmdb/rpmhash.h \ @top_srcdir@/rpmdb/rpmdb.c \ @top_srcdir@/rpmdb/rpmdb.h \ + @top_srcdir@/rpmdb/tagname.c \ + @top_srcdir@/rpmdb/tagtbl.c \ @top_srcdir@/rpmio/digest.c \ @top_srcdir@/rpmio/macro.c \ @top_srcdir@/rpmio/rpmlog.c \ |