[doxygen] Fix generation of Time docs
authorPeter D. Barnes, Jr. <barnes26@llnl.gov>
Thu, 15 May 2014 16:09:51 -0700
changeset 10784 13017af6d1b0
parent 10783 0797d849d30d
child 10785 e4c5fc7f7f5b
[doxygen] Fix generation of Time docs
src/core/model/nstime.h
--- a/src/core/model/nstime.h	Thu May 08 22:25:56 2014 +0200
+++ b/src/core/model/nstime.h	Thu May 15 16:09:51 2014 -0700
@@ -497,7 +497,7 @@
    * \code
    *   Time t (3.14e9);  // Pi seconds
    *   std::cout << t.As (Time::MS) << std::endl;
-   * \code
+   * \endcode
    * will print ``+3140.0ms``
    *
    * \param unit [in] The unit to use.