summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-09-03 14:35:24 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-09-12 22:14:33 +0300
commit6497565be0b7baebca966388cb8c1a93233e24e5 (patch)
treedae249c5cb2bbb33085eb4ce797a71c5b3ffd3c8 /eclass/myspell-r2.eclass
parentmyspell-r2.eclass: drop support for EAPI<7 (diff)
downloadgentoo-6497565be0b7baebca966388cb8c1a93233e24e5.tar.gz
gentoo-6497565be0b7baebca966388cb8c1a93233e24e5.tar.bz2
gentoo-6497565be0b7baebca966388cb8c1a93233e24e5.zip
myspell-r2.eclass: improve code examples format
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'eclass/myspell-r2.eclass')
-rw-r--r--eclass/myspell-r2.eclass6
1 files changed, 6 insertions, 0 deletions
diff --git a/eclass/myspell-r2.eclass b/eclass/myspell-r2.eclass
index cce75ae4d6d2..965327ac1b58 100644
--- a/eclass/myspell-r2.eclass
+++ b/eclass/myspell-r2.eclass
@@ -16,19 +16,25 @@
# @DEFAULT_UNSET
# @DESCRIPTION:
# Array variable containing list of all dictionary files.
+# @CODE
# MYSPELL_DICT=( "file.dic" "dir/file2.aff" )
+# @CODE
# @ECLASS_VARIABLE: MYSPELL_HYPH
# @DEFAULT_UNSET
# @DESCRIPTION:
# Array variable containing list of all hyphenation files.
+# @CODE
# MYSPELL_HYPH=( "file.dic" "dir/file2.dic" )
+# @CODE
# @ECLASS_VARIABLE: MYSPELL_THES
# @DEFAULT_UNSET
# @DESCRIPTION:
# Array variable containing list of all thesarus files.
+# @CODE
# MYSPELL_THES=( "file.dat" "dir/file2.idx" )
+# @CODE
case ${EAPI} in
7|8)