From: mquinson Date: Thu, 22 Jul 2004 03:16:05 +0000 (+0000) Subject: document the gras_datadesc_t datatype X-Git-Tag: v3.3~5043 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1989aac3d0cc3fdc25de8941796c93de7e93f0d2?hp=7f7f3561941c2be9d43711afb3036dc47df26651 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 --- 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 */