[vlc-commits] include: Doxygen group for threading

Rémi Denis-Courmont git at videolan.org
Mon Nov 9 17:52:06 CET 2015


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Nov  9 18:35:14 2015 +0200| [3dc88b313bfeee99846d8f564b2ec6a47243b9ac] | committer: Rémi Denis-Courmont

include: Doxygen group for threading

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3dc88b313bfeee99846d8f564b2ec6a47243b9ac
---

 include/vlc_threads.h |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/include/vlc_threads.h b/include/vlc_threads.h
index 1079389..9002249 100644
--- a/include/vlc_threads.h
+++ b/include/vlc_threads.h
@@ -29,9 +29,11 @@
 #define VLC_THREADS_H_
 
 /**
+ * \ingroup os
+ * \defgroup thread Threads and synchronization primitives
+ * @{
  * \file
- * This file defines structures and functions for handling threads in vlc
- *
+ * Thread primitive declarations
  */
 
 /**
@@ -935,4 +937,6 @@ VLC_API void vlc_global_mutex(unsigned, bool);
  */
 #define vlc_global_unlock( n ) vlc_global_mutex(n, false)
 
+/** @} */
+
 #endif /* !_VLC_THREADS_H */



More information about the vlc-commits mailing list