Update of /cvsroot/syncml-ctoolkit/toolkit/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10631/src
Modified Files:
syncml_tk_prefix_file.h
Log Message:
Modified comments to doxygen-readable
Removed duplicated comments
Index: syncml_tk_prefix_file.h
===================================================================
RCS file: /cvsroot/syncml-ctoolkit/toolkit/src/syncml_tk_prefix_file.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** syncml_tk_prefix_file.h 14 Nov 2003 09:43:26 -0000 1.3
--- syncml_tk_prefix_file.h 24 May 2004 01:33:16 -0000 1.4
***************
*** 1,2 ****
--- 1,7 ----
+ /**
+ * @file
+ * Global RTK options
+ */
+
// prefix file, used to include global defines with compilers
// that don't allow global switches on the command line or
***************
*** 24,28 ****
// instead.
//#define NOWSM 1
! //#define TRACE_TO_STDOUT 1
// - causes that the opaque data type gets
--- 29,33 ----
// instead.
//#define NOWSM 1
! #define TRACE_TO_STDOUT 1
// - causes that the opaque data type gets
|