CVS: libraries/include/mspgcc fll.h, 1.3, 1.4 util.h, 1.4, 1.5
Chris Liechti <[email protected]> Mon, 18 Sep 2006 04:41:34 -0700
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mspgcc/libraries/include/mspgcc In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv25487/libraries/include/mspgcc Modified Files: fll.h util.h Log Message: doxygen updates Index: fll.h =================================================================== RCS file: /cvsroot/mspgcc/libraries/include/mspgcc/fll.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -w -d -r1.3 -r1.4 --- fll.h 27 Dec 2005 22:53:48 -0000 1.3 +++ fll.h 18 Sep 2006 11:41:31 -0000 1.4 @@ -5,7 +5,7 @@ * Formula to calculate the multiplier, for fll_adjust(), based on SMCLK * and ACLK. * - * @param mclk the desired SMCLK speed (after divider) + * @param smclk the desired SMCLK speed (after divider) * @param aclk the actual ACLK speed (after divider) */ #define FLL_MULTIPLIER(smclk, aclk) ((smclk)/(aclk)) Index: util.h =================================================================== RCS file: /cvsroot/mspgcc/libraries/include/mspgcc/util.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -w -d -r1.4 -r1.5 --- util.h 19 Sep 2005 12:23:05 -0000 1.4 +++ util.h 18 Sep 2006 11:41:32 -0000 1.5 @@ -86,8 +86,8 @@ /** * Decode an escaped, null terminated string to a binary buffer. * - * \n \r \t \a \b are output for the respecutve control characters, \xNN - * for control characters. unlike C's escape rules \xNN uses exactly two digits + * \\n \\r \\t \\a \\b are output for the respecutive control characters, \\xNN + * for control characters. unlike C's escape rules \\xNN uses exactly two digits * the next character does not belong to the number even if it is a hex digit. * * dst == src is allowed to decode the string inline. This is possible as @@ -97,7 +97,6 @@ * @param dst the resulting binary * @param maxsize available number of bytes in the output buffer dst * @param src source string with escapes - * @param size number of characters that should be decoded. this is an * @return Number of characters in the dst buffer * The return value is equal to size on success, smaller * if the dst buffer was too small. @@ -107,8 +106,8 @@ /** * Encode an binary buffer to a escaped string. * - * \n \r \t \a \b are output for the respecitve control characters, \xNN - * for control characters. unlike C's escape rules \xNN generates two digits + * \\n \\r \\t \\a \\b are output for the respecitve control characters, \\xNN + * for control characters. unlike C's escape rules \\xNN generates two digits * the next character does not belong to the number even if it is a hex digit. * * @param dst the resulting null terminated string ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642