From 91b9c3800469484b0159741c2a8a1a016f21a2ee Mon Sep 17 00:00:00 2001 From: Geunsik Lim Date: Fri, 22 Feb 2019 11:22:35 +0900 Subject: [PATCH] [tensor_repo] Doxygen: Updated annotation on EOS This commit is to update the existing annotation on EOS in order to generate understanding statements with Doxygen. Signed-off-by: Geunsik Lim --- gst/nnstreamer/tensor_repo.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gst/nnstreamer/tensor_repo.c b/gst/nnstreamer/tensor_repo.c index bffa687..c1f895b 100644 --- a/gst/nnstreamer/tensor_repo.c +++ b/gst/nnstreamer/tensor_repo.c @@ -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) -- 2.7.4