commit: e75144d0dc465491b4b307c1dfc0683bcf013351 Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Wed Dec 16 01:55:11 2020 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Wed Dec 16 02:06:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e75144d0
eclass/stardict: fixup documentation Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> eclass/stardict.eclass | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/eclass/stardict.eclass b/eclass/stardict.eclass index cbfb10c5455..075c832829b 100644 --- a/eclass/stardict.eclass +++ b/eclass/stardict.eclass @@ -1,11 +1,14 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Author : Alastair Tse <[email protected]> -# -# Convienence class to do stardict dictionary installations. -# -# Usage: +# @ECLASS: stardict.eclass +# @MAINTAINER: +# [email protected] +# @AUTHOR: +# Alastair Tse <[email protected]> +# @BLURB: eclass to do stardict dictionary installations. + +# @Usage: # - Variables to set : # * FROM_LANG - From this language # * TO_LANG - To this language
