From 1164685c68ff45d44d66f795441166513da2eb1d Mon Sep 17 00:00:00 2001 From: "Peter D. Barnes, Jr." Date: Thu, 15 May 2014 16:09:51 -0700 Subject: [PATCH] [doxygen] Fix generation of Time docs --- src/core/model/nstime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/model/nstime.h b/src/core/model/nstime.h index 1ca400216..6ac5979d6 100644 --- a/src/core/model/nstime.h +++ b/src/core/model/nstime.h @@ -497,7 +497,7 @@ public: * \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.