Changeset 36 in libcf for trunk/include/cf_debug.h


Ignore:
Timestamp:
02/05/13 21:56:59 (11 years ago)
Author:
cheese
Message:

#1 remove unused symbol from doxygen comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cf_debug.h

    r35 r36  
    8383 * @param ...   가변 인자
    8484 *
    85  * @see CF_DEBUG_UPDATE_CTX, CF_Debug_Trace
     85 * @see CF_Debug_Trace
    8686 */
    8787# define CF_DEBUG_TRACE(__ctx,__fmt,...)                            \
     
    9797 * @param ...   가변 인자
    9898 *
    99  * @see CF_DEBUG_UPDATE_CTX, CF_Debug_TraceBin
     99 * @see CF_Debug_TraceBin
    100100 */
    101101# define CF_DEBUG_TRACE_BIN(__ctx,__bin,__len,__fmt,...)            \
     
    125125# define CF_DEBUG_CREATE_CTX()                          NULL
    126126# define CF_DEBUG_DESTROY_CTX(__ctx)
    127 # define CF_DEBUG_UPDATE_CTX(__ctx)
    128127# define CF_DEBUG_PRINT(__fp,__fmt,...)
    129128# define CF_DEBUG_PRINT_BIN(__fp,__bin,__len,__fmt,...)
Note: See TracChangeset for help on using the changeset viewer.