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:59:09 UTC

svn commit: r1883195 - /apr/apr/branches/1.7.x/include/apr_pools.h

Author: jailletc36
Date: Sun Nov  8 07:59:08 2020
New Revision: 1883195

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

(r1883194 in trunk)

Modified:
    apr/apr/branches/1.7.x/include/apr_pools.h

Modified: apr/apr/branches/1.7.x/include/apr_pools.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.7.x/include/apr_pools.h?rev=1883195&r1=1883194&r2=1883195&view=diff
==============================================================================
--- apr/apr/branches/1.7.x/include/apr_pools.h (original)
+++ apr/apr/branches/1.7.x/include/apr_pools.h Sun Nov  8 07:59:08 2020
@@ -717,7 +717,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
@@ -791,7 +791,7 @@ APR_DECLARE(apr_size_t) apr_pool_num_byt
  */
 APR_DECLARE(void) apr_pool_lock(apr_pool_t *pool, int flag);
 
-/* @} */
+/** @} */
 
 /** @} */