diff --git a/legacy/evil/ChangeLog b/legacy/evil/ChangeLog index b433e5720e..63830849ff 100644 --- a/legacy/evil/ChangeLog +++ b/legacy/evil/ChangeLog @@ -1,3 +1,9 @@ +2010-11-06 Vincent Torri + + * src/lib/Evil.h: + * src/lib/evil_string.h: + Fix doxygen documentation + 2010-10-29 Vincent Torri * src/lib/Evil.h: diff --git a/legacy/evil/src/lib/Evil.h b/legacy/evil/src/lib/Evil.h index df658daf06..02dcd0147d 100644 --- a/legacy/evil/src/lib/Evil.h +++ b/legacy/evil/src/lib/Evil.h @@ -36,15 +36,13 @@ * * @section evil_sec Evil API Documentation * - * Take a look at the evil documentation of the @ref Dlfcn. - * - * Take a look at the demoniac documentation of the @ref Mman. - * * Take a look at the satanic documentation of the @ref Evil. + * + * Take a look at the demoniac documentation of the @ref Dlfcn. */ /** - * @file evil.h + * @file Evil.h * @brief The file that provides miscellaneous functions ported from Unix. * @defgroup Evil Miscellaneous functions ported from Unix. * diff --git a/legacy/evil/src/lib/evil_string.h b/legacy/evil/src/lib/evil_string.h index 1e5bf793f2..eaa71d61d6 100644 --- a/legacy/evil/src/lib/evil_string.h +++ b/legacy/evil/src/lib/evil_string.h @@ -46,7 +46,7 @@ EAPI char *strerror (int errnum); * @brief Return the position of the first (least significant) bit set in a word * * @param i Word to take the first bit. - * @retur The position of the first bit set, or 0 if no bits are set. + * @return The position of the first bit set, or 0 if no bits are set. * * This function returns the position of the first (least significant) * bit set in @p i. The least significant bit is position 1 and the