diff options
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 \ |