From: Leandro Lucarella Date: Fri, 26 Jan 2007 20:49:30 +0000 (+0000) Subject: Acknowledge test ported from libevent and add a missing test to doxygen documentation. X-Git-Tag: 0.1~4 X-Git-Url: https://git.llucax.com/software/eventxx.git/commitdiff_plain/57f3cef3f0c5d0d207d374260c76f9e9f817dd44?ds=inline Acknowledge test ported from libevent and add a missing test to doxygen documentation. --- diff --git a/eventxx b/eventxx index 66e94ea..cd3179c 100644 --- a/eventxx +++ b/eventxx @@ -196,14 +196,19 @@ /** @example test-time.cpp * - * This is a timer usage example. + * This is a timer usage example ported from libevent. */ -/** @example test-weof.cpp +/** @example test-eof.cpp * * This is some kind of test of EOF ported from libevent. */ +/** @example test-weof.cpp + * + * Another test of EOF ported from libevent. + */ + /** @example trivial.cpp * * This is the most trivial example.