/** @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.