Skip to content

Commit f07ac1f

Browse files
author
Christophe Jaillet
committed
Fix a doxygen syntax.
Remove a trailing '.' to be consistent. (r1883194 in trunk) git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1883195 13f79535-47bb-0310-9956-ffa450edef68
1 parent 748582f commit f07ac1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/apr_pools.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ APR_DECLARE(void) apr_pool_cleanup_for_exec(void);
717717
/** @} */
718718

719719
/**
720-
* @defgroup PoolDebug Pool Debugging functions.
720+
* @defgroup PoolDebug Pool Debugging functions
721721
*
722722
* pools have nested lifetimes -- sub_pools are destroyed when the
723723
* parent pool is cleared. We allow certain liberties with operations
@@ -791,7 +791,7 @@ APR_DECLARE(apr_size_t) apr_pool_num_bytes(apr_pool_t *p, int recurse)
791791
*/
792792
APR_DECLARE(void) apr_pool_lock(apr_pool_t *pool, int flag);
793793

794-
/* @} */
794+
/** @} */
795795

796796
/** @} */
797797

0 commit comments

Comments
 (0)