1.1 --- a/src/test/test_tools.h Mon Jun 14 08:35:10 2004 +0000
1.2 +++ b/src/test/test_tools.h Mon Jun 14 08:49:07 2004 +0000
1.3 @@ -9,11 +9,11 @@
1.4 #include<iostream>
1.5 #include<vector>
1.6
1.7 -//If \c rc is fail, writes an error message end exit.
1.8 +///If \c rc is fail, writes an error message end exit.
1.9
1.10 ///If \c rc is fail, writes an error message end exit.
1.11 ///The error message contains the file name and the line number of the
1.12 -///source code is a standard from, which makes it possible to go there
1.13 +///source code in a standard from, which makes it possible to go there
1.14 ///using good source browsers like e.g. \c emacs.
1.15 ///
1.16 ///For example