commit: 0a10d0ac6dacd2d888a1830b2f955fcbd2f33d0a
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 6 16:23:07 2019 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Mar 31 14:54:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a10d0ac
gstreamer.eclass: minor @USAGE fixes
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
eclass/gstreamer.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/gstreamer.eclass b/eclass/gstreamer.eclass
index 319f8812851..e592d726863 100644
--- a/eclass/gstreamer.eclass
+++ b/eclass/gstreamer.eclass
@@ -139,7 +139,7 @@ gstreamer_get_plugins() {
}
# @FUNCTION: gstreamer_get_plugin_dir
-# @USAGE: gstreamer_get_plugin_dir [<build_dir>]
+# @USAGE: [build_dir]
# @INTERNAL
# @DESCRIPTION:
# Finds plugin build directory and output it.
@@ -161,7 +161,7 @@ gstreamer_get_plugin_dir() {
}
# @FUNCTION: gstreamer_system_link
-# @USAGE: gstreamer_system_link gst-libs/gst/audio:gstreamer-audio [...]
+# @USAGE: <gst-libs/gst/audio:gstreamer-audio> [...]
# @DESCRIPTION:
# Walks through makefiles in order to make sure build will link against system
# libraries.