summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eclass/autotools.eclass1
1 files changed, 1 insertions, 0 deletions
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: <macros>
# @INTERNAL
+# @DESCRIPTION:
# See if the specified macros are enabled.
_at_uses_pkg() {
if [[ -n $(autotools_check_macro "$@") ]] ; then