X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7410b72db09489e8b9d3ee3cb087f35882397d93..d8eb62b207b566949a0d9ce649a7b21e226b9168:/src/xbt/log_private.h diff --git a/src/xbt/log_private.h b/src/xbt/log_private.h index f0baf8cf5b..41bdf56226 100644 --- a/src/xbt/log_private.h +++ b/src/xbt/log_private.h @@ -1,5 +1,4 @@ -/* Copyright (c) 2007-2011, 2014. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2007-2018. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -21,13 +20,12 @@ struct xbt_log_layout_s { }; /** - * \ingroup XBT_log_implem - * \param cat the category (not only its name, but the variable) - * \param parent the parent cat + * @ingroup XBT_log_implem + * @param cat the category (not only its name, but the variable) + * @param parent the parent cat * * Programatically alter a category's parent (don't use). */ -XBT_PUBLIC(void) xbt_log_parent_set(xbt_log_category_t cat, xbt_log_category_t parent); +XBT_PUBLIC void xbt_log_parent_set(xbt_log_category_t cat, xbt_log_category_t parent); - -#endif /* LOG_PRIVATE_H */ +#endif