]> git.llucax.com Git - software/eventxx.git/commitdiff
Acknowledge test ported from libevent and add a missing test to doxygen documentation.
authorLeandro Lucarella <llucarella@integratech.com.ar>
Fri, 26 Jan 2007 20:49:30 +0000 (20:49 +0000)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Fri, 26 Jan 2007 20:49:30 +0000 (20:49 +0000)
eventxx

diff --git a/eventxx b/eventxx
index 66e94ea69ecd8e4f9ebf9545e633a95e0a0e9933..cd3179cf548eec24640be7f43a2643f547f7ccbe 100644 (file)
--- a/eventxx
+++ b/eventxx
 
 /** @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.