usata-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Usata-commits] Changes to usata2/src/test/test.hpp


From: Chong Kai Xiong
Subject: [Usata-commits] Changes to usata2/src/test/test.hpp
Date: Tue, 04 Jan 2005 10:21:24 -0500

Index: usata2/src/test/test.hpp
diff -u usata2/src/test/test.hpp:1.1 usata2/src/test/test.hpp:1.2
--- usata2/src/test/test.hpp:1.1        Mon Jan  3 09:47:14 2005
+++ usata2/src/test/test.hpp    Tue Jan  4 15:04:37 2005
@@ -9,7 +9,7 @@
 // included in the software distribution, or visit
 // http://www.fsf.org/licenses/gpl.html.
 //
-// $Id: test.hpp,v 1.1 2005/01/03 09:47:14 Descender Exp $
+// $Id: test.hpp,v 1.2 2005/01/04 15:04:37 Descender Exp $
 
 #ifndef USATA_TEST_HPP
 #define USATA_TEST_HPP
@@ -26,11 +26,16 @@
 
 namespace usata
 {
+       /*! \defgroup test Testing */
+       
+       //! \brief Testing facilities
     namespace test
     {
         // NOTE: change this to a functor when necessary - descender
         typedef void (*Function)();
 
+               //! \ingroup test
+               //! \brief Error
         class Error
             : public std::exception
         {
@@ -56,6 +61,7 @@
             std::string m_msg;
         };
      
+               //! \ingroup test
         //! \brief Runs a test function
         //! \param[in] name Name for display purposes.
         //! \param[in] function Test function to run.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]