commit: f1f86ebcccffc7be416e2330c0221714b5c52056
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 27 20:47:09 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 11 20:59:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f86ebc
autotools.eclass: add @DESCRIPTION for _at_uses_pkg
Signed-off-by: Sam James <sam <AT> gentoo.org>
eclass/autotools.eclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index 00654822fb2..8058b45fca9 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -269,6 +269,7 @@ eautoreconf() {
# @FUNCTION: _at_uses_pkg
# @USAGE: <macros>
# @INTERNAL
+# @DESCRIPTION:
# See if the specified macros are enabled.
_at_uses_pkg() {
if [[ -n $(autotools_check_macro "$@") ]] ; then