Changeset 116 in libcf for trunk/src/cf_log.c


Ignore:
Timestamp:
06/05/13 15:09:37 (11 years ago)
Author:
cheese
Message:

#1 fix and arrange doxygen comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cf_log.c

    r109 r116  
    448448 * @param ctx   로그 컨텍스트
    449449 *
    450  * @remark 반드시 먼저 초기화 해야하며, 초기화 시에 주어진 번호보다 작은 아이디 넘버를 사용
     450 * @remarks 반드시 먼저 초기화 해야하며, 초기화 시에 주어진 번호보다 작은 아이디 넘버를 사용
    451451 *
    452452 * @see CF_LOG_OPEN, CF_Log_CreateCtx
     
    472472 * @param mapid 로그의 아이디 넘버
    473473 *
    474  * @remark 아이디 넘버에 해당하는 컨텍스트가 해제되므로 주의
     474 * @remarks 아이디 넘버에 해당하는 컨텍스트가 해제되므로 주의
    475475 *
    476476 * @see CF_LOG_CLOSE, CF_Log_DestroyCtx
Note: See TracChangeset for help on using the changeset viewer.