src/test/test_tools.h
changeset 679 5860141a60b5
parent 574 7b0b12eb603b
child 721 1df9b762269b
     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