aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-04-24 16:12:21 +0200
committerUlrich Müller <ulm@gentoo.org>2024-04-24 16:12:21 +0200
commit46eaf0892fe93c3d989f944dc6077fea44a5cee2 (patch)
treece288fe9baeb1059a33e168cc301254d9a587c84
parentRevert "eclass-writing: @DEAD must be the first tag" (diff)
downloaddevmanual-46eaf0892fe93c3d989f944dc6077fea44a5cee2.tar.gz
devmanual-46eaf0892fe93c3d989f944dc6077fea44a5cee2.tar.bz2
devmanual-46eaf0892fe93c3d989f944dc6077fea44a5cee2.zip
eclass-writing: Add @DEAD tag to table
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--eclass-writing/text.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml
index 2a6203f..cae3353 100644
--- a/eclass-writing/text.xml
+++ b/eclass-writing/text.xml
@@ -276,6 +276,15 @@ summarizes the available documentation tags:
<ti>Declares that this eclass should no longer be used</ti>
</tr>
<tr>
+ <ti><c>@DEAD</c></ti>
+ <ti>No</ti>
+ <ti><d/></ti>
+ <ti>
+ For an eclass that is slated for removal; prevents the eclass-manpages
+ package from documenting the eclass.
+ </ti>
+</tr>
+<tr>
<ti><c>@DESCRIPTION:</c></ti>
<ti>No</ti>
<ti>Multiline freetext</ti>