Small improvement on doc
authoralpar
Mon, 14 Jun 2004 08:49:07 +0000
changeset 6795860141a60b5
parent 678 a6bfd3346245
child 680 17415189e42a
Small improvement on doc
src/test/test_tools.h
     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