Changeset 116 in libcf for trunk/src/cf_codec.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_codec.c

    r96 r116  
    7676 * @param hex   16진수 문자열을 저장할 주소
    7777 *
    78  * @remark
     78 * @remarks
    7979 * hex는 할당된 메모리이며, 크기는 '\0'를 제외하고 len * 2
    8080 */
     
    116116 * @param len   바이너리 데이터의 길이를 저장할 주소
    117117 *
    118  * @remark
     118 * @remarks
    119119 * bin는 할당된 메모리이며, 크기는 strlen (hex) / 2
    120120 */
     
    182182 * @param base64    base64 문자열을 저장할 주소
    183183 *
    184  * @remark
     184 * @remarks
    185185 * base64는 할당된 메모리이며, 크기는 '\0'를 제외하고 ((len + 2) / 3) * 4
    186186 */
     
    245245 * @param len       바이너리 데이터의 길이를 저장할 주소
    246246 *
    247  * @remark
     247 * @remarks
    248248 * base64는 할당된 메모리이며, 크기는 (strlen (base64)) / 4 * 3
    249249 */
Note: See TracChangeset for help on using the changeset viewer.