Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: eclass-writing/
Date: Sat, 26 Mar 2022 16:16:44
Message-Id: 1648311298.e45f656f8c5b18c258c14ff0da08ffc37f2c9c23.ulm@gentoo
1 commit: e45f656f8c5b18c258c14ff0da08ffc37f2c9c23
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 26 16:14:58 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 26 16:14:58 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=e45f656f
7
8 eclass-writing: @DEPRECATED must be followed by a colon
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 eclass-writing/text.xml | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml
16 index be57372..f0f03c0 100644
17 --- a/eclass-writing/text.xml
18 +++ b/eclass-writing/text.xml
19 @@ -138,7 +138,7 @@ adhere to the following process:</p>
20 </ol>
21
22 <note>
23 -Before considering removal, please mark the eclass as <c># @DEPRECATED</c>
24 +Before considering removal, please mark the eclass as <c># @DEPRECATED:</c>
25 to ensure consumers are warned if they are still using the eclass. Do this
26 for a period before removing the eclass.
27 </note>
28 @@ -380,7 +380,7 @@ variables are as follows:
29 <ti>Indicates that this variable must be set by the developer</ti>
30 </tr>
31 <tr>
32 - <ti><c>@DEPRECATED</c></ti>
33 + <ti><c>@DEPRECATED:</c></ti>
34 <ti>No</ti>
35 <ti>Optionally, the name of any replacement variable</ti>
36 <ti>Declares that this variable should no longer be used in ebuilds</ti>
37 @@ -474,7 +474,7 @@ documentation are:
38 </ti>
39 </tr>
40 <tr>
41 - <ti><c>@DEPRECATED</c></ti>
42 + <ti><c>@DEPRECATED:</c></ti>
43 <ti>No</ti>
44 <ti>Optionally, the name of a replacement function</ti>
45 <ti>Declares that this function should no longer be used in ebuilds</ti>
46 @@ -559,7 +559,7 @@ using the following tags:
47 <ti>Indicates that this variable must be set by the developer</ti>
48 </tr>
49 <tr>
50 - <ti><c>@DEPRECATED</c></ti>
51 + <ti><c>@DEPRECATED:</c></ti>
52 <ti>No</ti>
53 <ti>Optionally, the name of any replacement variable</ti>
54 <ti>Declares that this variable should no longer be used in ebuilds</ti>