src/core/model/default-simulator-impl.cc
changeset 9894 ac4e52a91d5d
parent 9191 f094300690db
child 10410 4d4eb8097fa3
--- a/src/core/model/default-simulator-impl.cc	Wed Jul 03 21:43:05 2013 +0200
+++ b/src/core/model/default-simulator-impl.cc	Wed Jul 03 14:43:10 2013 -0700
@@ -393,8 +393,8 @@
 Time 
 DefaultSimulatorImpl::GetMaximumSimulationTime (void) const
 {
-  // XXX: I am fairly certain other compilers use other non-standard
-  // post-fixes to indicate 64 bit constants.
+  /// \todo I am fairly certain other compilers use other non-standard
+  /// post-fixes to indicate 64 bit constants.
   return TimeStep (0x7fffffffffffffffLL);
 }