Changeset 36 in libcf


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

#1 remove unused symbol from doxygen comment

Location:
trunk
Files:
2 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,...)
  • trunk/src/cf_debug.c

    r35 r36  
    290290 * @param ...   가변 인자
    291291 *
    292  * @see CF_DEBUG_UPDATE_CTX, CF_Debug_Trace
     292 * @see CF_Debug_Trace
    293293 */
    294294int
     
    331331 * @param ...   가변 인자
    332332 *
    333  * @see CF_DEBUG_UPDATE_CTX, CF_DEBUG_TRACE_BIN
     333 * @see CF_DEBUG_TRACE_BIN
    334334 */
    335335int
Note: See TracChangeset for help on using the changeset viewer.