From: Kidong L. <bri...@us...> - 2004-05-24 01:34:18
|
Update of /cvsroot/syncml-ctoolkit/toolkit/src/sml/lib/inc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10631/src/sml/lib/inc Modified Files: liblock.h libmem.h libstr.h libutil.h Log Message: Modified comments to doxygen-readable Removed duplicated comments Index: libstr.h =================================================================== RCS file: /cvsroot/syncml-ctoolkit/toolkit/src/sml/lib/inc/libstr.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** libstr.h 2 May 2003 22:05:07 -0000 1.2 --- libstr.h 24 May 2004 01:33:36 -0000 1.3 *************** *** 1,12 **** ! /*************************************************************************/ ! /* module: Library for String Functions */ ! /* */ ! /* file: libstr.h */ ! /* target system: ALL */ ! /* target OS: ALL */ ! /* */ ! /* Description: */ ! /* Header for the implementation of common string-handling functions */ ! /*************************************************************************/ --- 1,10 ---- ! /** ! * @file ! * Library for String Functions ! * ! * @target_system ALL ! * @target_os ALL ! * @description Header for the implementation of common string-handling functions ! */ Index: liblock.h =================================================================== RCS file: /cvsroot/syncml-ctoolkit/toolkit/src/sml/lib/inc/liblock.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** liblock.h 14 Nov 2003 09:43:26 -0000 1.2 --- liblock.h 24 May 2004 01:33:35 -0000 1.3 *************** *** 1,3 **** ! /* thread-locking library, RTK addition by lu...@sy... */ #ifndef LIBLOCK_H --- 1,10 ---- ! /** ! * @file ! * Library for Thread Locking Functions ! * ! * @target_system ALL ! * @target_os ALL ! * @description thread-locking library, RTK addition by lu...@sy... ! */ #ifndef LIBLOCK_H Index: libmem.h =================================================================== RCS file: /cvsroot/syncml-ctoolkit/toolkit/src/sml/lib/inc/libmem.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** libmem.h 2 May 2003 22:05:07 -0000 1.2 --- libmem.h 24 May 2004 01:33:36 -0000 1.3 *************** *** 1,12 **** ! /*************************************************************************/ ! /* module: Library for Memory Functions */ ! /* */ ! /* file: libmem.h */ ! /* target system: ALL */ ! /* target OS: ALL */ ! /* */ ! /* Description: */ ! /* Header for the implementation of common memory handling functions */ ! /*************************************************************************/ --- 1,10 ---- ! /** ! * @file ! * Library for Memory Functions ! * ! * @target_system ALL ! * @target_os ALL ! * @description Header for the implementation of common memory handling functions ! */ Index: libutil.h =================================================================== RCS file: /cvsroot/syncml-ctoolkit/toolkit/src/sml/lib/inc/libutil.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** libutil.h 2 May 2003 22:05:07 -0000 1.2 --- libutil.h 24 May 2004 01:33:36 -0000 1.3 *************** *** 1,12 **** ! /*************************************************************************/ ! /* module: Library for utility Functions */ ! /* */ ! /* file: libutil.c */ ! /* target system: ALL */ ! /* target OS: ALL */ ! /* */ ! /* Description: */ ! /* Some I/O Utilities */ ! /*************************************************************************/ --- 1,10 ---- ! /** ! * @file ! * Library for utility Functions ! * ! * @target_system ALL ! * @target_os ALL ! * @description Some I/O Utilities ! */ |