You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bo...@apache.org on 2007/06/25 01:22:41 UTC

svn commit: r550298 - /apr/apr-util/trunk/include/apr_thread_pool.h

Author: bojan
Date: Sun Jun 24 16:22:40 2007
New Revision: 550298

URL: http://svn.apache.org/viewvc?view=rev&rev=550298
Log:
Put Thread Pool routines in their own Doxygen group

Modified:
    apr/apr-util/trunk/include/apr_thread_pool.h

Modified: apr/apr-util/trunk/include/apr_thread_pool.h
URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/include/apr_thread_pool.h?view=diff&rev=550298&r1=550297&r2=550298
==============================================================================
--- apr/apr-util/trunk/include/apr_thread_pool.h (original)
+++ apr/apr-util/trunk/include/apr_thread_pool.h Sun Jun 24 16:22:40 2007
@@ -52,6 +52,12 @@
 #endif
 #endif /* __cplusplus */
 
+/**
+ * @defgroup APR_Util_TP Thread Pool routines
+ * @ingroup APR_Util
+ * @{
+ */
+
 /** Opaque Thread Pool structure. */
 typedef struct apr_thread_pool apr_thread_pool_t;
 
@@ -234,6 +240,8 @@
  */
 APR_DECLARE(apr_status_t) apr_thread_pool_task_owner_get(apr_thread_t * thd,
                                                          void **owner);
+
+/** @} */
 
 #ifdef __cplusplus
 #if 0