doc: add doc header to alpm.h
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
48865e7dac
commit
48c8869339
1 changed files with 12 additions and 0 deletions
|
@ -20,6 +20,18 @@
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* 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
|
#ifndef ALPM_H
|
||||||
#define ALPM_H
|
#define ALPM_H
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue