doc: add doc header to alpm.h

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
morganamilo 2020-12-07 22:19:35 +00:00 committed by Allan McRae
parent 48865e7dac
commit 48c8869339

View file

@ -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