Selaa lähdekoodia

Documentation update

(Resolves linking error when building docs)
thareh 4 kuukautta sitten
vanhempi
commit
41a4bdf62a
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6 0
      time.mod/time.bmx

+ 6 - 0
time.mod/time.bmx

@@ -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
 
+Rem
+bbdoc: A timeout exception.
+EndRem
 Type TTimeoutException Extends TRuntimeException
 
 	Method New(message:String)