[tensor_repo] Doxygen: Updated annotation on EOS
authorGeunsik Lim <geunsik.lim@samsung.com>
Fri, 22 Feb 2019 02:22:35 +0000 (11:22 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 22 Feb 2019 03:14:45 +0000 (12:14 +0900)
This commit is to update the existing annotation on EOS in order to
generate understanding statements with Doxygen.

Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
gst/nnstreamer/tensor_repo.c

index bffa687..c1f895b 100644 (file)
@@ -251,7 +251,7 @@ gst_tensor_repo_set_buffer (guint nth, guint o_nth, GstBuffer * buffer,
 }
 
 /**
- * @brief check eos of slot
+ * @brief check EOS (End-of-Stream) of slot
  */
 gboolean
 gst_tensor_repo_check_eos (guint nth)
@@ -265,7 +265,7 @@ gst_tensor_repo_check_eos (guint nth)
 }
 
 /**
- * @brief check eos of slot
+ * @brief check EOS (End-of-Stream) of slot
  */
 gboolean
 gst_tensor_repo_check_changed (guint nth, guint * newid, gboolean is_sink)
@@ -292,7 +292,7 @@ gst_tensor_repo_check_changed (guint nth, guint * newid, gboolean is_sink)
 
 
 /**
- * @brief set eos of slot
+ * @brief set EOS (End-of-Stream) of slot
  */
 gboolean
 gst_tensor_repo_set_eos (guint nth)