X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1430176bca4f7627075440f1e2559be930f93fdf..863aeead864a309c494893a1b06ec33ed2b7daf1:/include/xbt/xbt_os_thread.h?ds=inline 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. - * + * * @{ */