Changeset 33 in libcf


Ignore:
Timestamp:
02/05/13 09:26:51 (11 years ago)
Author:
cheese
Message:

#1 fix typos in doxygen comment and remove source path from doxyfile

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/doxyfile

    r32 r33  
    679679
    680680INPUT                  = ../include \
    681                          ../src
     681#                         ../src
    682682
    683683# This tag can be used to specify the character encoding of the source files
  • trunk/include/cf_thread.h

    r26 r33  
    7575int main (void) {
    7676    CF_Thread tid;
    77     if (CF_Thread_Craete (&tid, worker, NULL) < 0) {
     77    if (CF_Thread_Create (&tid, worker, NULL) < 0) {
    7878        // error
    7979    }
     
    124124 * @param mutex 뮤텍스 아이디 주소
    125125 *
    126  * @see CF_Thread_Craete
     126 * @see CF_Thread_Create
    127127 */
    128128CF_EXPORT int
Note: See TracChangeset for help on using the changeset viewer.