Browse Source

Undocumented enum types.
Users don't typically use them directly.

woollybah 6 năm trước cách đây
mục cha
commit
1d319eff64
1 tập tin đã thay đổi với 0 bổ sung6 xóa
  1. 0 6
      json.mod/json.bmx

+ 0 - 6
json.mod/json.bmx

@@ -232,9 +232,6 @@ Type TJSONArray Extends TJSON
 
 End Type
 
-Rem
-bbdoc: Enumerator Object use by TJSONArray in order to implement Eachin support. 
-End Rem
 Type TJSONArrayEnum
 
 	Field array:TJSONArray
@@ -473,9 +470,6 @@ Type TJSONObject Extends TJSON
 
 End Type
 
-Rem
-bbdoc: Enumerator Object use by TJSONArray in order to implement Eachin support. 
-End Rem
 Type TJSONObjectEnum
 
 	Field obj:TJSONObject