Update of /cvsroot/cppunit/cppunit/include/cppunit
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv20713/include/cppunit
Modified Files:
CompilerOutputter.h
Log Message:
- fixed doc typos.
Index: CompilerOutputter.h
===================================================================
RCS file: /cvsroot/cppunit/cppunit/include/cppunit/CompilerOutputter.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** CompilerOutputter.h 9 Jul 2005 07:42:47 -0000 1.16
--- CompilerOutputter.h 29 Jun 2006 20:03:17 -0000 1.17
***************
*** 86,90 ****
*
* - VC++ error location format: "%p(%l):" => produce "G:\prg\MyTest.cpp(43):"
! * - GCC error location format: "%f:%l:" => produce "MyTest.cpp(43):"
*
* Thoses are the two compilers currently <em>supported</em> (gcc format is used if
--- 86,90 ----
*
* - VC++ error location format: "%p(%l):" => produce "G:\prg\MyTest.cpp(43):"
! * - GCC error location format: "%f:%l:" => produce "MyTest.cpp:43:"
*
* Thoses are the two compilers currently <em>supported</em> (gcc format is used if
|