From 1989aac3d0cc3fdc25de8941796c93de7e93f0d2 Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 22 Jul 2004 03:16:05 +0000 Subject: [PATCH] document the gras_datadesc_t datatype git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@305 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- include/datadesc.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/datadesc.h b/include/datadesc.h index 925a301c61..07163c8ab7 100644 --- a/include/datadesc.h +++ b/include/datadesc.h @@ -38,7 +38,11 @@ BEGIN_DECL -/* datadesc */ +/** + * gras_datadesc_type_t: + * + * Opaque type describing a type description you don't want to open. + */ typedef struct s_gras_datadesc_type gras_datadesc_type_t; /* callbacks prototypes */ -- 2.20.1