Nicolas Cannasse 19 年之前
父节点
当前提交
3f0afbed82
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      std/tools/haxedoc/Main.hx

+ 8 - 0
std/tools/haxedoc/Main.hx

@@ -420,6 +420,14 @@ class Main {
 					c.doc = docFormat(m.firstChild().nodeValue);
 					continue;
 				}
+				if( m.nodeName == "extends" ) {
+					// TODO
+					continue;
+				}
+				if( m.nodeName == "implements" ) {
+					// TODO
+					continue;
+				}
 				if( m.get("public") == "1" )
 					c.fields.push(processField(c,m));
 			}