move doxy tag

SVN revision: 58641
This commit is contained in:
Vincent Torri 2011-04-13 17:03:24 +00:00
parent 4ae466a30c
commit 3d26976ef8
1 changed files with 4 additions and 3 deletions

View File

@ -69,6 +69,10 @@ void *alloca (size_t);
* Local *
*============================================================================*/
/**
* @cond LOCAL
*/
#ifndef EINA_LOG_COLOR_DEFAULT
#define EINA_LOG_COLOR_DEFAULT EINA_COLOR_CYAN
#endif
@ -88,9 +92,6 @@ void *alloca (size_t);
#endif
#define DBG(...) EINA_LOG_DOM_DBG(_eina_file_log_dom, __VA_ARGS__)
/**
* @cond LOCAL
*/
typedef struct _Eina_File_Iterator Eina_File_Iterator;
typedef struct _Eina_File_Map Eina_File_Map;