From: Leandro Lucarella Date: Wed, 27 Dec 2006 18:59:43 +0000 (+0000) Subject: Minor documentation fixes. X-Git-Tag: 0.1~23 X-Git-Url: https://git.llucax.com/software/eventxx.git/commitdiff_plain/ffa2e050e8cc072fe47d37e4fe7610c417f4c32f Minor documentation fixes. --- diff --git a/Doxyfile b/Doxyfile index 85bfa27..64bc68c 100644 --- 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 acb02c1..b1272dc 100644 --- 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