X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7da2926d0733ff0683f31aeea176ce71e127264f..5a00610e05eab122e23f56b589d5bb240e6ceda7:/include/xbt/file.h diff --git a/include/xbt/file.h b/include/xbt/file.h index 2b577fb579..8f6941a540 100644 --- a/include/xbt/file.h +++ b/include/xbt/file.h @@ -1,5 +1,3 @@ -/* str.h - XBT string related functions. */ - /* Copyright (c) 2007-2015. The SimGrid Team. * All rights reserved. */ @@ -20,8 +18,8 @@ SG_BEGIN_DECL() -/** @addtogroup XBT_file - * @brief File manipulation functions +/** @defgroup XBT_file File manipulation functions + * @ingroup XBT_misc * * This module redefine some quite classical functions such as xbt_getline() or xbt_dirname() for the platforms * lacking them. @@ -34,7 +32,6 @@ XBT_PUBLIC(ssize_t) xbt_getline(char **lineptr, size_t * n, FILE * stream); XBT_PUBLIC(char *) xbt_dirname(const char *path); XBT_PUBLIC(char *) xbt_basename(const char *path); - /**@}*/ SG_END_DECL()