[pacman-dev] [PATCH 02/23] doc: add doc header to alpm.h

Colin Woodbury colin at fosskers.ca
Wed Dec 9 19:29:42 UTC 2020


Spelling of "primarily".

On Mon, 7 Dec 2020, at 14:19, morganamilo wrote:
> ---
> lib/libalpm/alpm.h | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
> 
> diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h
> index 50c4bb6b..48ba7fdc 100644
> --- a/lib/libalpm/alpm.h
> +++ b/lib/libalpm/alpm.h
> @@ -20,6 +20,19 @@
>   *  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
> + * @date 7 Dec 2020
> + * @brief Arch Linux Package Manager Library
> + */
> +
> +/** @mainpage alpm
> + *
> + * libalpm is a package management library, primaraly used by pacman.
> + */
> +
> #ifndef ALPM_H
> #define ALPM_H
>  
> -- 
> 2.29.2
> 


More information about the pacman-dev mailing list