--- 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);
}