From: Hyoung Joo Ahn Date: Thu, 14 Mar 2019 12:46:44 +0000 (+0900) Subject: [CONF] fix a comment of a method X-Git-Tag: v0.1.2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=54b92a00aa3273dc2eadb4c2fbf0b2126d099b0f;p=platform%2Fupstream%2Fnnstreamer.git [CONF] fix a comment of a method fix the invalid comment for the method Signed-off-by: Hyoung Joo Ahn --- diff --git a/gst/nnstreamer/nnstreamer_conf.h b/gst/nnstreamer/nnstreamer_conf.h index f9187fe..df85fe0 100644 --- a/gst/nnstreamer/nnstreamer_conf.h +++ b/gst/nnstreamer/nnstreamer_conf.h @@ -87,7 +87,7 @@ extern const gchar * nnsconf_get_fullpath_fromfile (const gchar *file2find, nnsconf_type type); /** - * @brief Search for "file2find" file in the configured paths for the type + * @brief Get the configured paths for the type with sub-plugin name. * @param[in] The subplugin name except for the prefix and postfix (.so) to find * @param[in] type The type (FILTERS/DECODERS/CUSTOM_FILTERS) * @return The full path to the file. Caller MUST NOT modify this.