You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by ja...@apache.org on 2020/11/08 07:58:16 UTC

svn commit: r1883194 - /apr/apr/trunk/include/apr_pools.h

Author: jailletc36
Date: Sun Nov  8 07:58:16 2020
New Revision: 1883194

URL: http://svn.apache.org/viewvc?rev=1883194&view=rev
Log:
Fix a doxygen syntax.
Remove a trailing '.' to be consistent.

Modified:
    apr/apr/trunk/include/apr_pools.h

Modified: apr/apr/trunk/include/apr_pools.h
URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/apr_pools.h?rev=1883194&r1=1883193&r2=1883194&view=diff
==============================================================================
--- apr/apr/trunk/include/apr_pools.h (original)
+++ apr/apr/trunk/include/apr_pools.h Sun Nov  8 07:58:16 2020
@@ -696,7 +696,7 @@ APR_DECLARE(void) apr_pool_cleanup_for_e
 /** @} */
 
 /**
- * @defgroup PoolDebug Pool Debugging functions.
+ * @defgroup PoolDebug Pool Debugging functions
  *
  * pools have nested lifetimes -- sub_pools are destroyed when the
  * parent pool is cleared.  We allow certain liberties with operations
@@ -781,7 +781,7 @@ APR_DECLARE(apr_size_t) apr_pool_num_byt
  */
 APR_DECLARE(void) apr_pool_lock(apr_pool_t *pool, int flag);
 
-/* @} */
+/** @} */
 
 /** @} */