src/core/test.h
changeset 5227 ecb08c1fc273
parent 5225 9c612cb88d6b
child 5239 2e753de86174
--- a/src/core/test.h	Fri Sep 18 18:21:15 2009 +0200
+++ b/src/core/test.h	Fri Sep 18 22:18:06 2009 +0200
@@ -656,6 +656,7 @@
    * around so we need to save it.  Since file streams are not designed to be
    * copied or assigned (what does it mean to have duplicate streams to a file) 
    * we have to stash a pointer to the stream.
+   * \param ofs output file stream
    */
   void SetStream (std::ofstream *ofs);
 
@@ -840,6 +841,7 @@
    * around so we need to save it.  Since file streams are not designed to be
    * copied or assigned (what does it mean to have duplicate streams to a file) 
    * we have to stash a pointer to the stream.
+   * \param ofs output file stream
    */
   void SetStream (std::ofstream *ofs);