diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-12-15 20:55:11 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-12-15 21:06:04 -0500 |
commit | e75144d0dc465491b4b307c1dfc0683bcf013351 (patch) | |
tree | a0d6ab326e4f4432d98639171c9bad97891776f1 | |
parent | eclass/ssl-cert: fixup documentation (diff) | |
download | gentoo-e75144d0dc465491b4b307c1dfc0683bcf013351.tar.gz gentoo-e75144d0dc465491b4b307c1dfc0683bcf013351.tar.bz2 gentoo-e75144d0dc465491b4b307c1dfc0683bcf013351.zip |
eclass/stardict: fixup documentation
Signed-off-by: Aaron Bauman <bman@gentoo.org>
-rw-r--r-- | eclass/stardict.eclass | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/eclass/stardict.eclass b/eclass/stardict.eclass index cbfb10c54552..075c832829bf 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 <liquidx@gentoo.org> -# -# Convienence class to do stardict dictionary installations. -# -# Usage: +# @ECLASS: stardict.eclass +# @MAINTAINER: +# maintainer-needed@gentoo.org +# @AUTHOR: +# Alastair Tse <liquidx@gentoo.org> +# @BLURB: eclass to do stardict dictionary installations. + +# @Usage: # - Variables to set : # * FROM_LANG - From this language # * TO_LANG - To this language |