commit: b80285bdc37a51a2628bf4b7edd44717c15062cb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 22 06:44:06 2021 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 30 06:53:26 2021 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=b80285bd
eclass-writing: add new eclass doc tags for Eclass Functions
Adds:
* @INCLUDES_EPREFIX
* @DEPRECATED
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
eclass-writing/text.xml | 23 ++++++++++++++++-------
1 file changed, 16 insertions(+), 7 deletions(-)
diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml
index b7fd988..5a1015f 100644
--- a/eclass-writing/text.xml
+++ b/eclass-writing/text.xml
@@ -508,20 +508,29 @@ documentation are:
</ti>
</tr>
<tr>
+ <ti><c>@INCLUDES_EPREFIX</c></ti>
+ <ti>YES</ti>
+ <ti><d/></ti>
<ti>
- <c>@INTERNAL</c>
- </ti>
- <ti>
- YES
- </ti>
- <ti>
- <d/>
+ Indicates whether the function returns a path with ${EPREFIX} prepended
+ to it.
</ti>
+</tr>
+<tr>
+ <ti><c>@INTERNAL</c></ti>
+ <ti>YES</ti>
+ <ti><d/></ti>
<ti>
Indicates that the function is internal to the eclass and should
not be called from outside.
</ti>
</tr>
+<tr>
+ <ti><c>@DEPRECATED</c></ti>
+ <ti>YES</ti>
+ <ti>Optionally, the name of a replacement function.</ti>
+ <ti>Declares that this function should no longer be used in ebuilds.</ti>
+</tr>
<tr>
<ti>
<c>@DESCRIPTION:</c>