Explorar o código

Added missing bbdoc about statements

Carl Husberg %!s(int64=5) %!d(string=hai) anos
pai
achega
74eb3bf43c
Modificáronse 2 ficheiros con 3 adicións e 0 borrados
  1. 1 0
      blitz.mod/blitz.bmx
  2. 2 0
      maxunit.mod/maxunit.bmx

+ 1 - 0
blitz.mod/blitz.bmx

@@ -388,6 +388,7 @@ Function Delay( millis:Int )="bbDelay"
 
 
 Rem
 Rem
 bbdoc: Wait for a given number of microseconds
 bbdoc: Wait for a given number of microseconds
+about:
 #UDelay suspends program execution for at least @microcseconds.<br>
 #UDelay suspends program execution for at least @microcseconds.<br>
 <br>
 <br>
 A microsecond is one millionth of a second.
 A microsecond is one millionth of a second.

+ 2 - 0
maxunit.mod/maxunit.bmx

@@ -586,6 +586,7 @@ Type TAssert
 	
 	
 	Rem
 	Rem
 	bbdoc: Asserts that an #Object is #Null.
 	bbdoc: Asserts that an #Object is #Null.
+	about:
 	If it is not #Null, an #AssertionFailedException is thrown with the given message.
 	If it is not #Null, an #AssertionFailedException is thrown with the given message.
 	End Rem
 	End Rem
 	Function assertNull(obj:Object, message:String = Null)
 	Function assertNull(obj:Object, message:String = Null)
@@ -607,6 +608,7 @@ Type TAssert
 
 
 	Rem
 	Rem
 	bbdoc: Asserts that an pointer is #Null.
 	bbdoc: Asserts that an pointer is #Null.
+	about:
 	If it is not #Null, an #AssertionFailedException is thrown with the given message.
 	If it is not #Null, an #AssertionFailedException is thrown with the given message.
 	End Rem
 	End Rem
 	Function assertNull(value:Byte Ptr, message:String = Null)
 	Function assertNull(value:Byte Ptr, message:String = Null)