aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eclass-writing/text.xml23
1 files 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,21 +508,30 @@ 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>
</ti>