[PPL-devel] [GIT] ppl/ppl(master): Corrected name of Doxygen documentation group.

Enea Zaffanella zaffanella at cs.unipr.it
Sat Mar 31 08:47:35 CEST 2012


Module: ppl/ppl
Branch: master
Commit: 7925c67208562b294858d79d1c6063df40627fbe
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=7925c67208562b294858d79d1c6063df40627fbe

Author: Enea Zaffanella <zaffanella at cs.unipr.it>
Date:   Sat Mar 31 08:46:58 2012 +0200

Corrected name of Doxygen documentation group.

---

 interfaces/C/ppl_c_header.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/interfaces/C/ppl_c_header.h b/interfaces/C/ppl_c_header.h
index faf4645..237e35f 100644
--- a/interfaces/C/ppl_c_header.h
+++ b/interfaces/C/ppl_c_header.h
@@ -358,7 +358,7 @@ ppl_set_error_handler PPL_PROTO((void (*h)(enum ppl_enum_error_code code,
 
 /*@}*/ /* Error */
 
-/*! \defgroup Timeout Handling
+/*! \defgroup Timeout Timeout Handling
   Functions for setting and resetting timeouts.
 */
 /*@{*/
@@ -428,7 +428,7 @@ ppl_set_deterministic_timeout PPL_PROTO((unsigned weight));
 int
 ppl_reset_deterministic_timeout PPL_PROTO((void));
 
-/*@}*/ /* Timeout Handling */
+/*@}*/ /* Timeout */
 
 /*! \defgroup Datatypes Library Datatypes
   \brief




More information about the PPL-devel mailing list