]> git.llucax.com Git - software/eventxx.git/commitdiff
Minor documentation fixes.
authorLeandro Lucarella <llucarella@integratech.com.ar>
Wed, 27 Dec 2006 18:59:43 +0000 (18:59 +0000)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Wed, 27 Dec 2006 18:59:43 +0000 (18:59 +0000)
Doxyfile
event

index 85bfa27598a40216790463350d0999d73d0ac5f3..64bc68c0d9348d7cc2146ae1f38b968bfbfc0924 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -17,7 +17,7 @@
 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded 
 # by quotes) that should identify the project.
 
-PROJECT_NAME           = libeventpp
+PROJECT_NAME           = libeventxx
 
 # The PROJECT_NUMBER tag can be used to enter a project or revision number. 
 # This could be handy for archiving the generated documentation or 
@@ -862,7 +862,7 @@ RTF_EXTENSIONS_FILE    =
 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will 
 # generate man pages
 
-GENERATE_MAN           = NO
+GENERATE_MAN           = YES
 
 # The MAN_OUTPUT tag is used to specify where the man pages will be put. 
 # If a relative path is entered the value of OUTPUT_DIRECTORY will be 
diff --git a/event b/event
index acb02c103c469db11d7310caf33f567fa0133a10..b1272dc77a9fc1739d6b6a7faab729c2db40e744 100644 (file)
--- a/event
+++ b/event
@@ -30,7 +30,7 @@
  * This is a simple, direct, one-header inline C++ wrapper for libevent.
  * It's designed to be as close to use to libevent without compromising modern
  * C++ programming techniques and efficiency (since all implementation is
- * trivial inline, theoretically it imposes no overhead at all).
+ * trivial and inline, theoretically, it imposes no overhead at all).
  *
  *
  * @section Usage