Changeset 119 in libcf for trunk/include/cf_log.h


Ignore:
Timestamp:
06/10/13 09:56:32 (11 years ago)
Author:
cheese
Message:

#1 fix and arrange doxygen configuration file and doxygen comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cf_log.h

    r116 r119  
    11/**
    2  * @file    cf_log.h
    3  * @author  myusgun <myusgun@gmail.com>
     2 * \file    cf_log.h
     3 * \author  myusgun <myusgun@gmail.com>
    44 *
    5  * @brief 로그
     5 * \brief 로그
    66 *
    7  * @remarks
     7 * \remarks
    88 * 매핑 ID 값을 이용하여 해당 로그에 기록 <br />
    99 * 로그 레벨을 적용할 때도 용이하며 define 이나 enumeration 등을 활용하면 좋음
    1010 *
    11  * @example log.c
     11 * \example log.c
    1212 */
    1313#ifndef __CF_LOG_H__
Note: See TracChangeset for help on using the changeset viewer.