From f1f86ebcccffc7be416e2330c0221714b5c52056 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 27 Mar 2021 20:47:09 +0000 Subject: autotools.eclass: add @DESCRIPTION for _at_uses_pkg Signed-off-by: Sam James --- eclass/autotools.eclass | 1 + 1 file changed, 1 insertion(+) (limited to 'eclass') diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index 00654822fb2a..8058b45fca90 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -269,6 +269,7 @@ eautoreconf() { # @FUNCTION: _at_uses_pkg # @USAGE: # @INTERNAL +# @DESCRIPTION: # See if the specified macros are enabled. _at_uses_pkg() { if [[ -n $(autotools_check_macro "$@") ]] ; then -- cgit v1.2.3-65-gdbad