From feffc8fd02c5a81bcd4d164fc573465f4a0fe0a4 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Thu, 28 Oct 2010 16:09:17 +0000 Subject: [PATCH] * eio: more doxy fix. SVN revision: 53966 --- legacy/eio/doc/eio.dox.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/legacy/eio/doc/eio.dox.in b/legacy/eio/doc/eio.dox.in index 75432efa91..85dacabb40 100644 --- a/legacy/eio/doc/eio.dox.in +++ b/legacy/eio/doc/eio.dox.in @@ -33,7 +33,8 @@ * * The Eio library is a library that implements an API for asynchronous * input/output operation. Most operation are done in a separated thread - * to prevent lock. See @ref Eio_Group. + * to prevent lock. See @ref Eio_Group. Some helper to work on data + * received in Eio callback are also provided see @ref Eio_Helper. * * This library is cross-platform and can be compiled and used on * Linux, BSD, Opensolaris and Windows (XP and CE).