Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
There is half a dozen of examples, actually
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 31 Mar 2006 06:34:41 +0000 (06:34 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 31 Mar 2006 06:34:41 +0000 (06:34 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2041 48e7efb5-ca39-0410-a469-dd3cf9ba447f

include/gras/messages.h

index 293de52..d4b768a 100644 (file)
@@ -32,7 +32,9 @@ SG_BEGIN_DECL()
  *  it. If it arrives when before or after \ref gras_msg_wait, it will be
  *  passed to the callback.
  * 
- *  For an example of use, please refer to \ref GRAS_ex_ping.
+ *  For an example of use, please refer to \ref GRAS_ex_ping. The archive
+ *  contains much more examples, but their are not properly integrated into
+ *  this documentation yet. 
  */
 
 /** @defgroup GRAS_msg_decl Message declaration and retrival