浏览代码

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

woollybah 6 年之前
父节点
当前提交
1d319eff64
共有 1 个文件被更改,包括 0 次插入6 次删除
  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