roojspacker/DocParser.vala
authorAlan Knowles <alan@roojs.com>
Fri, 30 Jul 2021 05:21:34 +0000 (13:21 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 30 Jul 2021 05:21:34 +0000 (13:21 +0800)
roojspacker/DocParser.vala

index 11172bf..8e56715 100644 (file)
@@ -63,7 +63,7 @@ namespace JSDOC
                                for(var ii = 0, il = cls.augments.size; ii < il; ii++) {
                                                var contributer = DocParser.symbols().getSymbol(cls.augments[ii]);
                                                if (contributer == null) {
-                                                       throw new DocParserError.InvalidAugments("Looking at Class %s, could not find augments %s", 
+                                                       GLib.warning("Looking at Class %s, could not find augments %s", 
                                                                        cls.alias, cls.augments[ii]);
                                                        continue;
                                                }
@@ -102,7 +102,7 @@ namespace JSDOC
                         foreach(var cn in ar) {
                                var sy = DocParser.symbols().getSymbol(cn);
                                if (sy == null) {
-                                               throw new DocParserError.InvalidDocChildren("Looking at Class %s, could not find child %s", 
+                                       GLib.warning("fillTreeChildren: Looking at Class %s, could not find child %s", 
                                                                cls.alias, cn);
                                                continue;
                                        }