diff options
author | Dan McGee <dan@archlinux.org> | 2007-06-14 11:12:21 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-06-17 13:20:17 -0400 |
commit | cacf968970bbc63e8eb519e40194e6c083ba6a06 (patch) | |
tree | d8a6add3a95dd2dafaf2f8a1a2143097af6b9702 /lib/libalpm/Doxyfile | |
parent | 2ab320a3885226ce28da0f2f2bc84b5f2d0f0539 (diff) |
Update Doxyfile and add a few missing parts of documentation
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/Doxyfile')
-rw-r--r-- | lib/libalpm/Doxyfile | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/lib/libalpm/Doxyfile b/lib/libalpm/Doxyfile index 69e35e79..fed75a7e 100644 --- a/lib/libalpm/Doxyfile +++ b/lib/libalpm/Doxyfile @@ -86,7 +86,21 @@ WARN_LOGFILE = INPUT = alpm.c \ alpm.h \ alpm_list.c \ - alpm_list.h + alpm_list.h \ + conflict.c \ + db.c \ + deps.c \ + error.c \ + group.c \ + handle.c \ + log.c \ + md5driver.c \ + package.c \ + server.c \ + sha1.c \ + sync.c \ + trans.c \ + versioncmp.c INPUT_ENCODING = UTF-8 FILE_PATTERNS = RECURSIVE = NO |