commit: 7f37baabce2a8aabd0073a653924ac80765a2472
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 26 04:42:54 2018 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Nov 26 04:42:54 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f37baab
meson.eclass: add USAGE for meson_src_configure
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
eclass/meson.eclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/eclass/meson.eclass b/eclass/meson.eclass
index 3d886536330..0a80c6b698b 100644
--- a/eclass/meson.eclass
+++ b/eclass/meson.eclass
@@ -208,6 +208,7 @@ meson_use() {
}
# @FUNCTION: meson_src_configure
+# @USAGE: [extra meson arguments]
# @DESCRIPTION:
# This is the meson_src_configure function.
meson_src_configure() {