* src/lib/Evil.h:

* src/lib/evil_string.h:
	Fix doxygen documentation



SVN revision: 54220
This commit is contained in:
Vincent Torri 2010-11-06 07:10:12 +00:00
parent d99d3cccd3
commit 66b9ed8926
3 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,9 @@
2010-11-06 Vincent Torri <doursse at users dot sf dot net>
* src/lib/Evil.h:
* src/lib/evil_string.h:
Fix doxygen documentation
2010-10-29 Vincent Torri <doursse at users dot sf dot net>
* src/lib/Evil.h:

View File

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

View File

@ -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