Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authormorganamilo <morganamilo@archlinux.org>2020-12-07 22:19:35 +0000
committerAllan McRae <allan@archlinux.org>2020-12-21 11:49:33 +1000
commit48c8869339e739b44e0195ded69f1bdc8695b888 (patch)
treea911cb9a4172cd2ab1b622ee32aa1ac88e7cd585 /lib
parent48865e7dac673648b8fb96f4cfa2b2994b597983 (diff)
doc: add doc header to alpm.h
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/libalpm/alpm.h12
1 files changed, 12 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
*/
+
+/**
+ * @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