[CONF] fix a comment of a method
authorHyoung Joo Ahn <hello.ahn@samsung.com>
Thu, 14 Mar 2019 12:46:44 +0000 (21:46 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 19 Mar 2019 00:49:52 +0000 (09:49 +0900)
fix the invalid comment for the method

Signed-off-by: Hyoung Joo Ahn <hello.ahn@samsung.com>
gst/nnstreamer/nnstreamer_conf.h

index f9187fe..df85fe0 100644 (file)
@@ -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.