From 48c8869339e739b44e0195ded69f1bdc8695b888 Mon Sep 17 00:00:00 2001 From: morganamilo Date: Mon, 7 Dec 2020 22:19:35 +0000 Subject: doc: add doc header to alpm.h Signed-off-by: Allan McRae --- lib/libalpm/alpm.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'lib') diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index 50c4bb6b..b1e3887e 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -20,6 +20,18 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ + +/** + * @file alpm.h + * @author Pacman Development Team + * @brief Arch Linux Package Manager Library + */ + +/** @mainpage alpm + * + * libalpm is a package management library, primarily used by pacman. + */ + #ifndef ALPM_H #define ALPM_H -- cgit v1.2.3-54-g00ecf