X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9aa3a4378d516f0d92531f6f98a127c4a798386e..ebcb91551aa801d2353d854ffe9c1d1bf72d7db9:/include/xbt/xbt_os_thread.h diff --git a/include/xbt/xbt_os_thread.h b/include/xbt/xbt_os_thread.h index 889026389b..fa4c014184 100644 --- a/include/xbt/xbt_os_thread.h +++ b/include/xbt/xbt_os_thread.h @@ -17,10 +17,10 @@ typedef pthread_key_t xbt_os_thread_key_t; /** @addtogroup XBT_thread * @brief Thread portability layer - * + * * This section describes the thread portability layer. It defines types and functions very close to the pthread API, * but it's portable to windows too. - * + * * @{ */