]> git.llucax.com Git - software/eventxx.git/commitdiff
Small improve on documentation formating. darcs_import
authorLeandro Lucarella <llucax+eventxx@gmail.com>
Fri, 8 Jun 2007 19:30:12 +0000 (19:30 +0000)
committerLeandro Lucarella <llucax+eventxx@gmail.com>
Fri, 8 Jun 2007 19:30:12 +0000 (19:30 +0000)
eventxx

diff --git a/eventxx b/eventxx
index 11403759c95be5ecc38abefc645391071a017193..a805ce379cc8f0bf124142df6f359b8ed625433e 100644 (file)
--- a/eventxx
+++ b/eventxx
  * event handling.
  *
  * @libevent had a memory leak before version 1.3b (before 1.2 it didn't even
- * had a way free that memory, from version 1.2 to 1.3a, if you tried to free the
- * memory the program abort() because a failed assertion). Because of that,
- * there is a way to disable the @link eventxx::dispatcher::~dispatcher()
- * destructor @endlink (which calls the inexistent/broken @c event_base_free()
- * function). So if you use a @libevent version previous to 1.3b, you have to
- * compile your programs defining the EVENTXX_NO_EVENT_BASE_FREE macro.
+ * had a way free that memory, from version 1.2 to 1.3a, if you tried to free
+ * the memory the program @c abort() because a failed assertion). Because of
+ * that, there is a way to disable the @link eventxx::dispatcher::~dispatcher()
+ * dispatcher destructor @endlink (which calls the inexistent/broken
+ * @c event_base_free() function). So if you use a @libevent version previous
+ * to 1.3b, you have to compile your programs defining the
+ * @c EVENTXX_NO_EVENT_BASE_FREE macro.
  *
  * If something is broken it would be really easy to fix because @eventxx is
  * just a simple wrapper around @libevent. So, please try it out, and if you