From 1253e13cfd127a81c36d903c3f55cbfb5248c985 Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 8 Sep 2005 22:49:05 +0000 Subject: [PATCH 1/1] documentation fix git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1713 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/xbt/log.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/xbt/log.c b/src/xbt/log.c index c5d387a536..555de654c5 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -124,13 +124,13 @@ the category's parent. A category is created by a macro call at the top level of a file. A category can be created with any one of the following macros: - - \ref XBT_LOG_NEW_CATEGORY(MyCat); Create a new root - - \ref XBT_LOG_NEW_SUBCATEGORY(MyCat, ParentCat); + - \ref XBT_LOG_NEW_CATEGORY(MyCat,desc); Create a new root + - \ref XBT_LOG_NEW_SUBCATEGORY(MyCat, ParentCat,desc); Create a new category being child of the category ParentCat - - \ref XBT_LOG_NEW_DEFAULT_CATEGORY(MyCat); + - \ref XBT_LOG_NEW_DEFAULT_CATEGORY(MyCat,desc); Like XBT_LOG_NEW_CATEGORY, but the new category is the default one in this file - - \ref XBT_LOG_NEW_DEFAULT_SUBCATEGORY(MyCat, ParentCat); + - \ref XBT_LOG_NEW_DEFAULT_SUBCATEGORY(MyCat, ParentCat,desc); Like XBT_LOG_NEW_SUBCATEGORY, but the new category is the default one in this file -- 2.20.1