diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-05-27 20:49:17 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-05-27 20:49:17 +0200 |
commit | fb4c29d6e107495edb942dfca69ca7d36310a2ad (patch) | |
tree | 56638a356f2ebd255e2142ee6f288baf5b96a424 /eclass-writing | |
parent | function-reference/install-functions: add note about paths to dostrip (diff) | |
download | devmanual-fb4c29d6e107495edb942dfca69ca7d36310a2ad.tar.gz devmanual-fb4c29d6e107495edb942dfca69ca7d36310a2ad.tar.bz2 devmanual-fb4c29d6e107495edb942dfca69ca7d36310a2ad.zip |
eclass-writing: Drop INCLUDES_EPREFIX documentation tag
This reflects its being dropped from eclass-to-manpage.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass-writing')
-rw-r--r-- | eclass-writing/text.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml index 7b2a3d2..ef58547 100644 --- a/eclass-writing/text.xml +++ b/eclass-writing/text.xml @@ -366,14 +366,6 @@ variables are as follows: </ti> </tr> <tr> - <ti><c>@INCLUDES_EPREFIX</c></ti> - <ti>No</ti> - <ti><d/></ti> - <ti> - Indicates that the variable is a path which has ${EPREFIX} prepended to it - </ti> -</tr> -<tr> <ti><c>@INTERNAL</c></ti> <ti>No</ti> <ti><d/></ti> @@ -462,15 +454,6 @@ documentation are: </ti> </tr> <tr> - <ti><c>@INCLUDES_EPREFIX</c></ti> - <ti>No</ti> - <ti><d/></ti> - <ti> - Indicates whether the function returns a path with ${EPREFIX} prepended - to it - </ti> -</tr> -<tr> <ti><c>@INTERNAL</c></ti> <ti>No</ti> <ti><d/></ti> @@ -547,12 +530,6 @@ using the following tags: </ti> </tr> <tr> - <ti><c>@INCLUDES_EPREFIX</c></ti> - <ti>No</ti> - <ti><d/></ti> - <ti>Indicates that the variable is a path which has ${EPREFIX} prepended</ti> -</tr> -<tr> <ti><c>@INTERNAL</c></ti> <ti>No</ti> <ti><d/></ti> |