Changeset 142 in libcf for trunk/src/cf_debug.c


Ignore:
Timestamp:
07/19/13 10:46:16 (11 years ago)
Author:
cheese
Message:

#1 modify docs and some handle closing routine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cf_debug.c

    r136 r142  
    281281 *
    282282 * \param ctx 디버그 컨텍스트
    283  *
    284  * \see CF_DEBUG_DESTROY_CTX
    285283 */
    286284static int
     
    306304 *
    307305 * \return 성공 시, CF_Debug_Ctx 형태의 컨텍스트; 실패 시, NULL
    308  * \see CF_DEBUG_CREATE_CTX
     306 *
     307 * \param ctx 디버그 컨텍스트
    309308 */
    310309static int
     
    343342 *
    344343 * \return 성공 시, CF_OK; 실패 시, 오류 코드
    345  *
    346  * \see CF_Debug_Finalize
    347344 */
    348345int
     
    380377 * \param func  함수 이름
    381378 * \param line  라인 넘버
    382  *
    383  * \see CF_Debug_LeaveFunction
    384379 */
    385380int
     
    403398 *
    404399 * \return 성공 시, CF_OK; 실패 시, 오류 코드
    405  *
    406  * \see CF_Debug_EnterFunction
    407400 */
    408401int
Note: See TracChangeset for help on using the changeset viewer.