2
0
Эх сурвалжийг харах

Added missing bbdoc for linking

Carl Husberg 5 жил өмнө
parent
commit
04eba16b77

+ 6 - 1
blitz.mod/iterator.bmx

@@ -1,10 +1,15 @@
-
+Rem
+bbdoc: Iterable interface
+EndRem
 Interface IIterable<T>
 
 	Method GetIterator:IIterator<T>()
 
 End Interface
 
+Rem
+bbdoc: Iterator interface
+EndRem
 Interface IIterator<T>
 
 	Method Current:T()