diff options
author | Ben Kohler <bkohler@gentoo.org> | 2019-09-06 11:23:07 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2020-03-31 09:54:37 -0500 |
commit | 0a10d0ac6dacd2d888a1830b2f955fcbd2f33d0a (patch) | |
tree | 8ef69030bca3b24df9d369b90d51fe2e76c51671 /eclass | |
parent | linux-mod.eclass: minor @USAGE syntax fix (diff) | |
download | gentoo-0a10d0ac6dacd2d888a1830b2f955fcbd2f33d0a.tar.gz gentoo-0a10d0ac6dacd2d888a1830b2f955fcbd2f33d0a.tar.bz2 gentoo-0a10d0ac6dacd2d888a1830b2f955fcbd2f33d0a.zip |
gstreamer.eclass: minor @USAGE fixes
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gstreamer.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gstreamer.eclass b/eclass/gstreamer.eclass index 319f88128518..e592d726863d 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. |