diff options
author | Dan McGee <dan@archlinux.org> | 2007-10-14 17:29:32 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-10-14 17:29:32 -0500 |
commit | 0adedc536fe372b4def5954f3b24ca63ff86aecf (patch) | |
tree | c3632a7559a0f59e8c782a517aa9c9c2bf72192f /lib/libalpm/alpm.h | |
parent | 5adb8d4b5ac6928ba1a0736d96ca6c533d8cbc76 (diff) | |
download | pacman-0adedc536fe372b4def5954f3b24ca63ff86aecf.tar.xz |
Updates to fix Doxygen documentation generation
We had way too much going on with the Doxygen manpage generation. Clean it
up quite a bit by removing directory manpages, using relative paths, not
having a manpage for every single alpm function, and ensuring internal
functions are not documented publicly.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/alpm.h')
-rw-r--r-- | lib/libalpm/alpm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index b90ab896..6eda2106 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -31,6 +31,8 @@ extern "C" { #include <time.h> /* for time_t */ #include <stdarg.h> /* for va_list */ +#include <alpm_list.h> + #define DEPRECATED __attribute__((deprecated)) /* @@ -41,8 +43,6 @@ extern "C" { * Structures */ -typedef struct __alpm_list_t alpm_list_t; - typedef struct __pmdb_t pmdb_t; typedef struct __pmpkg_t pmpkg_t; typedef struct __pmgrp_t pmgrp_t; |