|
131 | 131 | "const": "symbol", |
132 | 132 | "description": "Tag set to the literal `\"symbol\"`. Lets templates discriminate symbol DOM objects from auxiliary types (`type`, `name`, etc.) without inspecting `kind`." |
133 | 133 | }, |
134 | | - "isRegular": { |
135 | | - "type": "boolean", |
136 | | - "description": "Convenience boolean equivalent to `extraction === \"dependency\"`." |
137 | | - }, |
138 | | - "isSeeBelow": "{recursive}", |
139 | | - "isImplementationDefined": "{recursive}", |
140 | | - "isDependency": "{recursive}", |
141 | 134 | "$meta": { |
142 | 135 | "type": "object", |
143 | 136 | "properties": { |
|
165 | 158 | "isAnonymous", |
166 | 159 | "usingDirectives", |
167 | 160 | "members", |
168 | | - "class", |
169 | | - "isRegular", |
170 | | - "isSeeBelow", |
171 | | - "isImplementationDefined", |
172 | | - "isDependency" |
| 161 | + "class" |
173 | 162 | ] |
174 | 163 | }, |
175 | 164 | "RecordSymbol": { |
|
294 | 283 | "const": "symbol", |
295 | 284 | "description": "Tag set to the literal `\"symbol\"`. Lets templates discriminate symbol DOM objects from auxiliary types (`type`, `name`, etc.) without inspecting `kind`." |
296 | 285 | }, |
297 | | - "isRegular": { |
298 | | - "type": "boolean", |
299 | | - "description": "Convenience boolean equivalent to `extraction === \"dependency\"`." |
300 | | - }, |
301 | | - "isSeeBelow": "{recursive}", |
302 | | - "isImplementationDefined": "{recursive}", |
303 | | - "isDependency": "{recursive}", |
304 | 286 | "$meta": { |
305 | 287 | "type": "object", |
306 | 288 | "properties": { |
|
332 | 314 | "derived", |
333 | 315 | "interface", |
334 | 316 | "friends", |
335 | | - "class", |
336 | | - "isRegular", |
337 | | - "isSeeBelow", |
338 | | - "isImplementationDefined", |
339 | | - "isDependency" |
| 317 | + "class" |
340 | 318 | ] |
341 | 319 | }, |
342 | 320 | "FunctionSymbol": { |
|
554 | 532 | "const": "symbol", |
555 | 533 | "description": "Tag set to the literal `\"symbol\"`. Lets templates discriminate symbol DOM objects from auxiliary types (`type`, `name`, etc.) without inspecting `kind`." |
556 | 534 | }, |
557 | | - "isRegular": { |
558 | | - "type": "boolean", |
559 | | - "description": "Convenience boolean equivalent to `extraction === \"dependency\"`." |
560 | | - }, |
561 | | - "isSeeBelow": "{recursive}", |
562 | | - "isImplementationDefined": "{recursive}", |
563 | | - "isDependency": "{recursive}", |
564 | 535 | "$meta": { |
565 | 536 | "type": "object", |
566 | 537 | "properties": { |
|
608 | 579 | "isFinal", |
609 | 580 | "explicit", |
610 | 581 | "attributes", |
611 | | - "class", |
612 | | - "isRegular", |
613 | | - "isSeeBelow", |
614 | | - "isImplementationDefined", |
615 | | - "isDependency" |
| 582 | + "class" |
616 | 583 | ] |
617 | 584 | }, |
618 | 585 | "OverloadsSymbol": { |
|
712 | 679 | "const": "symbol", |
713 | 680 | "description": "Tag set to the literal `\"symbol\"`. Lets templates discriminate symbol DOM objects from auxiliary types (`type`, `name`, etc.) without inspecting `kind`." |
714 | 681 | }, |
715 | | - "isRegular": { |
716 | | - "type": "boolean", |
717 | | - "description": "Convenience boolean equivalent to `extraction === \"dependency\"`." |
718 | | - }, |
719 | | - "isSeeBelow": "{recursive}", |
720 | | - "isImplementationDefined": "{recursive}", |
721 | | - "isDependency": "{recursive}", |
722 | 682 | "$meta": { |
723 | 683 | "type": "object", |
724 | 684 | "properties": { |
|
746 | 706 | "overloadedOperator", |
747 | 707 | "members", |
748 | 708 | "returnType", |
749 | | - "class", |
750 | | - "isRegular", |
751 | | - "isSeeBelow", |
752 | | - "isImplementationDefined", |
753 | | - "isDependency" |
| 709 | + "class" |
754 | 710 | ] |
755 | 711 | }, |
756 | 712 | "EnumSymbol": { |
|
840 | 796 | "const": "symbol", |
841 | 797 | "description": "Tag set to the literal `\"symbol\"`. Lets templates discriminate symbol DOM objects from auxiliary types (`type`, `name`, etc.) without inspecting `kind`." |
842 | 798 | }, |
843 | | - "isRegular": { |
844 | | - "type": "boolean", |
845 | | - "description": "Convenience boolean equivalent to `extraction === \"dependency\"`." |
846 | | - }, |
847 | | - "isSeeBelow": "{recursive}", |
848 | | - "isImplementationDefined": "{recursive}", |
849 | | - "isDependency": "{recursive}", |
850 | 799 | "$meta": { |
851 | 800 | "type": "object", |
852 | 801 | "properties": { |
|
872 | 821 | "parent", |
873 | 822 | "scoped", |
874 | 823 | "constants", |
875 | | - "class", |
876 | | - "isRegular", |
877 | | - "isSeeBelow", |
878 | | - "isImplementationDefined", |
879 | | - "isDependency" |
| 824 | + "class" |
880 | 825 | ] |
881 | 826 | }, |
882 | 827 | "EnumConstantSymbol": { |
|
954 | 899 | "const": "symbol", |
955 | 900 | "description": "Tag set to the literal `\"symbol\"`. Lets templates discriminate symbol DOM objects from auxiliary types (`type`, `name`, etc.) without inspecting `kind`." |
956 | 901 | }, |
957 | | - "isRegular": { |
958 | | - "type": "boolean", |
959 | | - "description": "Convenience boolean equivalent to `extraction === \"dependency\"`." |
960 | | - }, |
961 | | - "isSeeBelow": "{recursive}", |
962 | | - "isImplementationDefined": "{recursive}", |
963 | | - "isDependency": "{recursive}", |
964 | 902 | "$meta": { |
965 | 903 | "type": "object", |
966 | 904 | "properties": { |
|
984 | 922 | "extraction", |
985 | 923 | "isCopyFromInherited", |
986 | 924 | "parent", |
987 | | - "class", |
988 | | - "isRegular", |
989 | | - "isSeeBelow", |
990 | | - "isImplementationDefined", |
991 | | - "isDependency" |
| 925 | + "class" |
992 | 926 | ] |
993 | 927 | }, |
994 | 928 | "TypedefSymbol": { |
|
1074 | 1008 | "const": "symbol", |
1075 | 1009 | "description": "Tag set to the literal `\"symbol\"`. Lets templates discriminate symbol DOM objects from auxiliary types (`type`, `name`, etc.) without inspecting `kind`." |
1076 | 1010 | }, |
1077 | | - "isRegular": { |
1078 | | - "type": "boolean", |
1079 | | - "description": "Convenience boolean equivalent to `extraction === \"dependency\"`." |
1080 | | - }, |
1081 | | - "isSeeBelow": "{recursive}", |
1082 | | - "isImplementationDefined": "{recursive}", |
1083 | | - "isDependency": "{recursive}", |
1084 | 1011 | "$meta": { |
1085 | 1012 | "type": "object", |
1086 | 1013 | "properties": { |
|
1106 | 1033 | "parent", |
1107 | 1034 | "type", |
1108 | 1035 | "isUsing", |
1109 | | - "class", |
1110 | | - "isRegular", |
1111 | | - "isSeeBelow", |
1112 | | - "isImplementationDefined", |
1113 | | - "isDependency" |
| 1036 | + "class" |
1114 | 1037 | ] |
1115 | 1038 | }, |
1116 | 1039 | "VariableSymbol": { |
|
1262 | 1185 | "const": "symbol", |
1263 | 1186 | "description": "Tag set to the literal `\"symbol\"`. Lets templates discriminate symbol DOM objects from auxiliary types (`type`, `name`, etc.) without inspecting `kind`." |
1264 | 1187 | }, |
1265 | | - "isRegular": { |
1266 | | - "type": "boolean", |
1267 | | - "description": "Convenience boolean equivalent to `extraction === \"dependency\"`." |
1268 | | - }, |
1269 | | - "isSeeBelow": "{recursive}", |
1270 | | - "isImplementationDefined": "{recursive}", |
1271 | | - "isDependency": "{recursive}", |
1272 | 1188 | "$meta": { |
1273 | 1189 | "type": "object", |
1274 | 1190 | "properties": { |
|
1305 | 1221 | "isMutable", |
1306 | 1222 | "isVariant", |
1307 | 1223 | "isBitfield", |
1308 | | - "class", |
1309 | | - "isRegular", |
1310 | | - "isSeeBelow", |
1311 | | - "isImplementationDefined", |
1312 | | - "isDependency" |
| 1224 | + "class" |
1313 | 1225 | ] |
1314 | 1226 | }, |
1315 | 1227 | "GuideSymbol": { |
|
1402 | 1314 | "const": "symbol", |
1403 | 1315 | "description": "Tag set to the literal `\"symbol\"`. Lets templates discriminate symbol DOM objects from auxiliary types (`type`, `name`, etc.) without inspecting `kind`." |
1404 | 1316 | }, |
1405 | | - "isRegular": { |
1406 | | - "type": "boolean", |
1407 | | - "description": "Convenience boolean equivalent to `extraction === \"dependency\"`." |
1408 | | - }, |
1409 | | - "isSeeBelow": "{recursive}", |
1410 | | - "isImplementationDefined": "{recursive}", |
1411 | | - "isDependency": "{recursive}", |
1412 | 1317 | "$meta": { |
1413 | 1318 | "type": "object", |
1414 | 1319 | "properties": { |
|
1435 | 1340 | "deduced", |
1436 | 1341 | "params", |
1437 | 1342 | "explicit", |
1438 | | - "class", |
1439 | | - "isRegular", |
1440 | | - "isSeeBelow", |
1441 | | - "isImplementationDefined", |
1442 | | - "isDependency" |
| 1343 | + "class" |
1443 | 1344 | ] |
1444 | 1345 | }, |
1445 | 1346 | "NamespaceAliasSymbol": { |
|
1517 | 1418 | "const": "symbol", |
1518 | 1419 | "description": "Tag set to the literal `\"symbol\"`. Lets templates discriminate symbol DOM objects from auxiliary types (`type`, `name`, etc.) without inspecting `kind`." |
1519 | 1420 | }, |
1520 | | - "isRegular": { |
1521 | | - "type": "boolean", |
1522 | | - "description": "Convenience boolean equivalent to `extraction === \"dependency\"`." |
1523 | | - }, |
1524 | | - "isSeeBelow": "{recursive}", |
1525 | | - "isImplementationDefined": "{recursive}", |
1526 | | - "isDependency": "{recursive}", |
1527 | 1421 | "$meta": { |
1528 | 1422 | "type": "object", |
1529 | 1423 | "properties": { |
|
1548 | 1442 | "isCopyFromInherited", |
1549 | 1443 | "parent", |
1550 | 1444 | "aliasedSymbol", |
1551 | | - "class", |
1552 | | - "isRegular", |
1553 | | - "isSeeBelow", |
1554 | | - "isImplementationDefined", |
1555 | | - "isDependency" |
| 1445 | + "class" |
1556 | 1446 | ] |
1557 | 1447 | }, |
1558 | 1448 | "UsingSymbol": { |
|
1638 | 1528 | }, |
1639 | 1529 | "description": "Symbols brought into scope by the using-declaration." |
1640 | 1530 | }, |
1641 | | - "isRegular": { |
1642 | | - "type": "boolean", |
1643 | | - "description": "Convenience boolean equivalent to `extraction === \"dependency\"`." |
1644 | | - }, |
1645 | | - "isSeeBelow": "{recursive}", |
1646 | | - "isImplementationDefined": "{recursive}", |
1647 | | - "isDependency": "{recursive}", |
1648 | 1531 | "$meta": { |
1649 | 1532 | "type": "object", |
1650 | 1533 | "properties": { |
|
1671 | 1554 | "class", |
1672 | 1555 | "introducedName", |
1673 | 1556 | "shadowDeclarations", |
1674 | | - "class", |
1675 | | - "isRegular", |
1676 | | - "isSeeBelow", |
1677 | | - "isImplementationDefined", |
1678 | | - "isDependency" |
| 1557 | + "class" |
1679 | 1558 | ] |
1680 | 1559 | }, |
1681 | 1560 | "ConceptSymbol": { |
|
1757 | 1636 | "const": "symbol", |
1758 | 1637 | "description": "Tag set to the literal `\"symbol\"`. Lets templates discriminate symbol DOM objects from auxiliary types (`type`, `name`, etc.) without inspecting `kind`." |
1759 | 1638 | }, |
1760 | | - "isRegular": { |
1761 | | - "type": "boolean", |
1762 | | - "description": "Convenience boolean equivalent to `extraction === \"dependency\"`." |
1763 | | - }, |
1764 | | - "isSeeBelow": "{recursive}", |
1765 | | - "isImplementationDefined": "{recursive}", |
1766 | | - "isDependency": "{recursive}", |
1767 | 1639 | "$meta": { |
1768 | 1640 | "type": "object", |
1769 | 1641 | "properties": { |
|
1787 | 1659 | "extraction", |
1788 | 1660 | "isCopyFromInherited", |
1789 | 1661 | "parent", |
1790 | | - "class", |
1791 | | - "isRegular", |
1792 | | - "isSeeBelow", |
1793 | | - "isImplementationDefined", |
1794 | | - "isDependency" |
| 1662 | + "class" |
1795 | 1663 | ] |
1796 | 1664 | }, |
1797 | 1665 | "NamedType": { |
|
0 commit comments