diff options
author | jbj <devnull@localhost> | 2001-06-08 20:45:59 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-06-08 20:45:59 +0000 |
commit | 03f527390168680d98f13ada0dbf6be4cd17dc9c (patch) | |
tree | 775e83d8fc7532376766381fb94496b3dec6f31d /Doxyfile.in | |
parent | 7bf9296288c38f3bf82ec38481738101bf063981 (diff) | |
download | librpm-tizen-03f527390168680d98f13ada0dbf6be4cd17dc9c.tar.gz librpm-tizen-03f527390168680d98f13ada0dbf6be4cd17dc9c.tar.bz2 librpm-tizen-03f527390168680d98f13ada0dbf6be4cd17dc9c.zip |
- fix: QUERY_FOR_LIST file count clobbered.
- create top level rpmcli API, factor top level modes into popt tables.
- popt: add POPT_BIT_SET/POPT_BIT_CLR to API.
- autogen.sh checks for latest libtool-1.4 and automake-1.4-p2.
- rpm --verify reports failure(s) if corresponding tag is not in header.
- rpm --verify honors %config(missingok), add -v for legacy behavior.
CVS patchset: 4852
CVS date: 2001/06/08 20:45:59
Diffstat (limited to 'Doxyfile.in')
-rw-r--r-- | Doxyfile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doxyfile.in b/Doxyfile.in index 5b11ab055..bfa2d1369 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -370,12 +370,15 @@ INPUT = \ ./lib/misc.h \ ./lib/package.c \ ./lib/poptBT.c \ + ./lib/poptI.c \ + ./lib/poptK.c \ ./lib/poptQV.c \ ./lib/problems.c \ ./lib/psm.c \ ./lib/psm.h \ ./lib/query.c \ ./lib/rpmchecksig.c \ + ./lib/rpmcli.h \ ./lib/rpminstall.c \ ./lib/rpmlead.c \ ./lib/rpmlead.h \ @@ -397,6 +400,7 @@ INPUT = \ ./rpmdb/falloc.h \ ./rpmdb/fprint.c \ ./rpmdb/fprint.h \ + ./rpmdb/poptDB.c \ ./rpmdb/rpmhash.c \ ./rpmdb/rpmhash.h \ ./rpmdb/rpmdb.c \ |