(Resolves linking error when building docs)
@@ -21,6 +21,9 @@
'
SuperStrict
+Rem
+bbdoc: Other/Time
+EndRem
Module BRL.Time
ModuleInfo "Version: 1.0"
@@ -61,6 +64,9 @@ Function TimeUnitToMillis:ULong( value:ULong, unit:ETimeUnit )
End Select
End Function
+bbdoc: A timeout exception.
Type TTimeoutException Extends TRuntimeException
Method New(message:String)