diff --git a/src/test/legend-builder.test.ts b/src/test/legend-builder.test.ts index fdc038699..fdb891d9d 100644 --- a/src/test/legend-builder.test.ts +++ b/src/test/legend-builder.test.ts @@ -49,7 +49,7 @@ describe('LegendBuilder', function () { it('returns single item when includes ignored classes', function () { const builder = new LegendBuilder(); - builder.registerCssClasses(['tsd-kind-class', 'tsd-parent-kind-external-module']); + builder.registerCssClasses(['tsd-kind-class', 'tsd-parent-kind-module']); const results = builder.build().map(items => items.map(item => item.name)); equal(results, [['Class']]); diff --git a/src/test/renderer/specs/classes/_access_.privateclass.html b/src/test/renderer/specs/classes/_access_.privateclass.html index 9690ea2bc..bee9f93e4 100644 --- a/src/test/renderer/specs/classes/_access_.privateclass.html +++ b/src/test/renderer/specs/classes/_access_.privateclass.html @@ -270,6 +270,23 @@

Returns void

Legend

+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
  • Protected property
  • Protected method
  • @@ -278,6 +295,9 @@

    Legend

  • Private property
  • Private method
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/classes/_classes_.baseclass.html b/src/test/renderer/specs/classes/_classes_.baseclass.html index 8a9e6eba2..ec6bcf8a2 100644 --- a/src/test/renderer/specs/classes/_classes_.baseclass.html +++ b/src/test/renderer/specs/classes/_classes_.baseclass.html @@ -575,10 +575,25 @@

Returns stringLegend

    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • Constructor
  • Property
  • Method
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
  • Private property
  • Private method
  • @@ -587,6 +602,9 @@

    Legend

  • Static property
  • Static method
+
    +
  • Enumeration
  • +
  • Protected property
diff --git a/src/test/renderer/specs/classes/_classes_.genericclass.html b/src/test/renderer/specs/classes/_classes_.genericclass.html index 9037c6821..bf40b3084 100644 --- a/src/test/renderer/specs/classes/_classes_.genericclass.html +++ b/src/test/renderer/specs/classes/_classes_.genericclass.html @@ -414,10 +414,28 @@

Returns voidLegend

    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • Constructor
  • Property
  • Method
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Enumeration
  • +
  • Protected property
diff --git a/src/test/renderer/specs/classes/_classes_.internalclass.html b/src/test/renderer/specs/classes/_classes_.internalclass.html index 83154ce03..6e65323b3 100644 --- a/src/test/renderer/specs/classes/_classes_.internalclass.html +++ b/src/test/renderer/specs/classes/_classes_.internalclass.html @@ -229,8 +229,26 @@

Returns Legend

    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • Constructor
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/classes/_classes_.nongenericclass.html b/src/test/renderer/specs/classes/_classes_.nongenericclass.html index 037c1d7e0..6889728c7 100644 --- a/src/test/renderer/specs/classes/_classes_.nongenericclass.html +++ b/src/test/renderer/specs/classes/_classes_.nongenericclass.html @@ -391,11 +391,31 @@

Returns void

Legend

+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
  • Inherited constructor
  • Inherited property
  • Inherited method
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Enumeration
  • +

diff --git a/src/test/renderer/specs/classes/_classes_.subclassa.html b/src/test/renderer/specs/classes/_classes_.subclassa.html index 75ee9f52e..5d5a644d5 100644 --- a/src/test/renderer/specs/classes/_classes_.subclassa.html +++ b/src/test/renderer/specs/classes/_classes_.subclassa.html @@ -711,14 +711,32 @@

Returns stringLegend

    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • Property
  • Method
  • Accessor
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
  • Inherited constructor
  • Inherited method
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/classes/_classes_.subclassb.html b/src/test/renderer/specs/classes/_classes_.subclassb.html index e7ba457ab..395b304ee 100644 --- a/src/test/renderer/specs/classes/_classes_.subclassb.html +++ b/src/test/renderer/specs/classes/_classes_.subclassb.html @@ -552,10 +552,28 @@

Returns stringLegend

    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • Constructor
  • Property
  • Method
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Enumeration
  • +
  • Inherited method
diff --git a/src/test/renderer/specs/classes/_default_export_.defaultexportedclass.html b/src/test/renderer/specs/classes/_default_export_.defaultexportedclass.html index a9a210b59..3055a855b 100644 --- a/src/test/renderer/specs/classes/_default_export_.defaultexportedclass.html +++ b/src/test/renderer/specs/classes/_default_export_.defaultexportedclass.html @@ -253,10 +253,28 @@

Returns stringLegend

    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • Constructor
  • Property
  • Method
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/classes/_default_export_.notexportedclassname.html b/src/test/renderer/specs/classes/_default_export_.notexportedclassname.html index b239577e2..5aaba0ae9 100644 --- a/src/test/renderer/specs/classes/_default_export_.notexportedclassname.html +++ b/src/test/renderer/specs/classes/_default_export_.notexportedclassname.html @@ -254,10 +254,28 @@

Returns stringLegend

    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • Constructor
  • Property
  • Method
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/classes/_flattened_.flattenedclass.html b/src/test/renderer/specs/classes/_flattened_.flattenedclass.html index aaed21040..1f9d7596c 100644 --- a/src/test/renderer/specs/classes/_flattened_.flattenedclass.html +++ b/src/test/renderer/specs/classes/_flattened_.flattenedclass.html @@ -512,9 +512,27 @@

unionAndFunction

Legend

    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • Constructor
  • Property
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/classes/_mixin_.base.html b/src/test/renderer/specs/classes/_mixin_.base.html index eb6e23ce1..d11e57cdf 100644 --- a/src/test/renderer/specs/classes/_mixin_.base.html +++ b/src/test/renderer/specs/classes/_mixin_.base.html @@ -235,9 +235,27 @@

Returns numberLegend

    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • Property
  • Method
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/classes/_mixin_.someclasswithmixin.html b/src/test/renderer/specs/classes/_mixin_.someclasswithmixin.html index 62c3e86cc..5e330fc9b 100644 --- a/src/test/renderer/specs/classes/_mixin_.someclasswithmixin.html +++ b/src/test/renderer/specs/classes/_mixin_.someclasswithmixin.html @@ -349,13 +349,31 @@

Returns Mixin2Legend

    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • Property
  • Method
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
  • Inherited property
  • Inherited method
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/classes/_single_export_.notexportedclass.html b/src/test/renderer/specs/classes/_single_export_.notexportedclass.html index a4423376d..bc95c726d 100644 --- a/src/test/renderer/specs/classes/_single_export_.notexportedclass.html +++ b/src/test/renderer/specs/classes/_single_export_.notexportedclass.html @@ -249,10 +249,28 @@

Returns stringLegend

    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • Constructor
  • Property
  • Method
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/classes/_single_export_.singleexportedclass.html b/src/test/renderer/specs/classes/_single_export_.singleexportedclass.html index aca4c3efc..f10d1c979 100644 --- a/src/test/renderer/specs/classes/_single_export_.singleexportedclass.html +++ b/src/test/renderer/specs/classes/_single_export_.singleexportedclass.html @@ -250,10 +250,28 @@

Returns stringLegend

    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • Constructor
  • Property
  • Method
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/enums/_enumerations_.directions.html b/src/test/renderer/specs/enums/_enumerations_.directions.html index 17fd3f33c..24139ba61 100644 --- a/src/test/renderer/specs/enums/_enumerations_.directions.html +++ b/src/test/renderer/specs/enums/_enumerations_.directions.html @@ -258,6 +258,26 @@

TopRight

Legend

+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/enums/_enumerations_.size.html b/src/test/renderer/specs/enums/_enumerations_.size.html index 8fc7fb23d..b21b2d0d7 100644 --- a/src/test/renderer/specs/enums/_enumerations_.size.html +++ b/src/test/renderer/specs/enums/_enumerations_.size.html @@ -277,6 +277,26 @@

Returns boolean

Legend

+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/globals.html b/src/test/renderer/specs/globals.html index 19a2e7b8a..d1cb5f335 100644 --- a/src/test/renderer/specs/globals.html +++ b/src/test/renderer/specs/globals.html @@ -147,6 +147,26 @@

Modules

Legend

+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/index.html b/src/test/renderer/specs/index.html index 0498336ae..cbd70a311 100644 --- a/src/test/renderer/specs/index.html +++ b/src/test/renderer/specs/index.html @@ -174,6 +174,26 @@

Repeated Heading

Legend

+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/interfaces/_classes_.nameinterface.html b/src/test/renderer/specs/interfaces/_classes_.nameinterface.html index 3ada66cd9..c612f9810 100644 --- a/src/test/renderer/specs/interfaces/_classes_.nameinterface.html +++ b/src/test/renderer/specs/interfaces/_classes_.nameinterface.html @@ -254,9 +254,27 @@

Returns stringLegend

    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Interface
  • +
  • Interface with type parameter
  • Property
  • Method
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/interfaces/_classes_.printinterface.html b/src/test/renderer/specs/interfaces/_classes_.printinterface.html index 3de29c978..1d4f4c7f0 100644 --- a/src/test/renderer/specs/interfaces/_classes_.printinterface.html +++ b/src/test/renderer/specs/interfaces/_classes_.printinterface.html @@ -227,8 +227,26 @@

Returns voidLegend

    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Interface
  • +
  • Interface with type parameter
  • Method
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/interfaces/_classes_.printnameinterface.html b/src/test/renderer/specs/interfaces/_classes_.printnameinterface.html index 9d81bbcd2..63d9858dd 100644 --- a/src/test/renderer/specs/interfaces/_classes_.printnameinterface.html +++ b/src/test/renderer/specs/interfaces/_classes_.printnameinterface.html @@ -311,8 +311,26 @@

Returns voidLegend

    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Interface
  • +
  • Interface with type parameter
  • Method
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/interfaces/_generics_.a.html b/src/test/renderer/specs/interfaces/_generics_.a.html index 22fae1f5d..962ead840 100644 --- a/src/test/renderer/specs/interfaces/_generics_.a.html +++ b/src/test/renderer/specs/interfaces/_generics_.a.html @@ -234,8 +234,26 @@

Returns T<

Legend

    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Interface
  • +
  • Interface with type parameter
  • Method
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/interfaces/_generics_.ab.html b/src/test/renderer/specs/interfaces/_generics_.ab.html index 5f97c6819..413910bbd 100644 --- a/src/test/renderer/specs/interfaces/_generics_.ab.html +++ b/src/test/renderer/specs/interfaces/_generics_.ab.html @@ -304,6 +304,26 @@

Returns void

Legend

+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/interfaces/_generics_.abnumber.html b/src/test/renderer/specs/interfaces/_generics_.abnumber.html index 80991cc05..fe1ff1fa8 100644 --- a/src/test/renderer/specs/interfaces/_generics_.abnumber.html +++ b/src/test/renderer/specs/interfaces/_generics_.abnumber.html @@ -279,6 +279,26 @@

Returns void

Legend

+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/interfaces/_generics_.abstring.html b/src/test/renderer/specs/interfaces/_generics_.abstring.html index e143867a5..92cce987a 100644 --- a/src/test/renderer/specs/interfaces/_generics_.abstring.html +++ b/src/test/renderer/specs/interfaces/_generics_.abstring.html @@ -279,6 +279,26 @@

Returns void

Legend

+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/interfaces/_generics_.b.html b/src/test/renderer/specs/interfaces/_generics_.b.html index d683dfcda..1952aaa1a 100644 --- a/src/test/renderer/specs/interfaces/_generics_.b.html +++ b/src/test/renderer/specs/interfaces/_generics_.b.html @@ -274,8 +274,26 @@

Returns voidLegend

    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Interface
  • +
  • Interface with type parameter
  • Method
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/interfaces/_mixin_.mixin1type.html b/src/test/renderer/specs/interfaces/_mixin_.mixin1type.html index 05981063d..85a1a1277 100644 --- a/src/test/renderer/specs/interfaces/_mixin_.mixin1type.html +++ b/src/test/renderer/specs/interfaces/_mixin_.mixin1type.html @@ -280,6 +280,26 @@

Returns

Legend

+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/interfaces/_mixin_.mixin2.html b/src/test/renderer/specs/interfaces/_mixin_.mixin2.html index c64de468c..5e49531ef 100644 --- a/src/test/renderer/specs/interfaces/_mixin_.mixin2.html +++ b/src/test/renderer/specs/interfaces/_mixin_.mixin2.html @@ -319,6 +319,26 @@

Returns Mixin2

Legend

+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/modules/_access_.html b/src/test/renderer/specs/modules/_access_.html index cc9f5e1b6..cb7b9ab0d 100644 --- a/src/test/renderer/specs/modules/_access_.html +++ b/src/test/renderer/specs/modules/_access_.html @@ -246,6 +246,26 @@

Returns void

Legend

+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/modules/_access_.privatemodule.html b/src/test/renderer/specs/modules/_access_.privatemodule.html index 3eb6d8cc2..774d3fd9d 100644 --- a/src/test/renderer/specs/modules/_access_.privatemodule.html +++ b/src/test/renderer/specs/modules/_access_.privatemodule.html @@ -173,6 +173,26 @@

Returns void

Legend

+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/modules/_classes_.html b/src/test/renderer/specs/modules/_classes_.html index b134b142a..86962886e 100644 --- a/src/test/renderer/specs/modules/_classes_.html +++ b/src/test/renderer/specs/modules/_classes_.html @@ -178,6 +178,26 @@

Interfaces

Legend

+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/modules/_default_export_.html b/src/test/renderer/specs/modules/_default_export_.html index 0bfcd7ecf..2196f4d50 100644 --- a/src/test/renderer/specs/modules/_default_export_.html +++ b/src/test/renderer/specs/modules/_default_export_.html @@ -162,6 +162,26 @@

ExportedClassName

Legend

+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/modules/_enumerations_.html b/src/test/renderer/specs/modules/_enumerations_.html index 36525c79e..4aa71c713 100644 --- a/src/test/renderer/specs/modules/_enumerations_.html +++ b/src/test/renderer/specs/modules/_enumerations_.html @@ -145,6 +145,26 @@

Enumerations

Legend

+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/modules/_flattened_.html b/src/test/renderer/specs/modules/_flattened_.html index 3d46afef5..ad82852c9 100644 --- a/src/test/renderer/specs/modules/_flattened_.html +++ b/src/test/renderer/specs/modules/_flattened_.html @@ -322,6 +322,26 @@

Returns void

Legend

+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/modules/_functions_.html b/src/test/renderer/specs/modules/_functions_.html index dbf1c7080..85ddbeaa5 100644 --- a/src/test/renderer/specs/modules/_functions_.html +++ b/src/test/renderer/specs/modules/_functions_.html @@ -618,6 +618,26 @@

Returns number

Legend

+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/modules/_functions_.modulefunction.html b/src/test/renderer/specs/modules/_functions_.modulefunction.html index 3829d7b2b..5c4323a6f 100644 --- a/src/test/renderer/specs/modules/_functions_.modulefunction.html +++ b/src/test/renderer/specs/modules/_functions_.modulefunction.html @@ -252,6 +252,26 @@

Returns void

Legend

+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/modules/_generics_.html b/src/test/renderer/specs/modules/_generics_.html index 0ba97e5a3..0a4c93322 100644 --- a/src/test/renderer/specs/modules/_generics_.html +++ b/src/test/renderer/specs/modules/_generics_.html @@ -287,6 +287,26 @@

Returns T<

Legend

+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/modules/_mixin_.html b/src/test/renderer/specs/modules/_mixin_.html index 961682336..5de24479f 100644 --- a/src/test/renderer/specs/modules/_mixin_.html +++ b/src/test/renderer/specs/modules/_mixin_.html @@ -388,6 +388,26 @@

Returns Mixin3

Legend

+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/modules/_mod2_.html b/src/test/renderer/specs/modules/_mod2_.html index a1f1454ce..60fb36c57 100644 --- a/src/test/renderer/specs/modules/_mod2_.html +++ b/src/test/renderer/specs/modules/_mod2_.html @@ -180,6 +180,26 @@

Returns void

Legend

+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/modules/_mod_.html b/src/test/renderer/specs/modules/_mod_.html index 5f94e18eb..efb2334dd 100644 --- a/src/test/renderer/specs/modules/_mod_.html +++ b/src/test/renderer/specs/modules/_mod_.html @@ -182,6 +182,26 @@

Returns void

Legend

+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/modules/_modules_.html b/src/test/renderer/specs/modules/_modules_.html index e096e5473..02b4222ec 100644 --- a/src/test/renderer/specs/modules/_modules_.html +++ b/src/test/renderer/specs/modules/_modules_.html @@ -390,6 +390,26 @@
b:

Legend

+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/modules/_modules_.mymodule.html b/src/test/renderer/specs/modules/_modules_.mymodule.html index 274caa1e4..afb2b1c8c 100644 --- a/src/test/renderer/specs/modules/_modules_.mymodule.html +++ b/src/test/renderer/specs/modules/_modules_.mymodule.html @@ -260,6 +260,26 @@

Returns void

Legend

+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/modules/_modules_.mymodule.mysubmodule.html b/src/test/renderer/specs/modules/_modules_.mymodule.mysubmodule.html index 2317664a2..c42b8e339 100644 --- a/src/test/renderer/specs/modules/_modules_.mymodule.mysubmodule.html +++ b/src/test/renderer/specs/modules/_modules_.mymodule.mysubmodule.html @@ -185,6 +185,26 @@

Let b

Legend

+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/modules/_single_export_.html b/src/test/renderer/specs/modules/_single_export_.html index 7679d02d7..a2c9592b1 100644 --- a/src/test/renderer/specs/modules/_single_export_.html +++ b/src/test/renderer/specs/modules/_single_export_.html @@ -145,6 +145,26 @@

Classes

Legend

+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Enumeration
  • +
diff --git a/src/test/renderer/specs/modules/_weird_names_.html b/src/test/renderer/specs/modules/_weird_names_.html index e797d3c09..342e736ff 100644 --- a/src/test/renderer/specs/modules/_weird_names_.html +++ b/src/test/renderer/specs/modules/_weird_names_.html @@ -170,6 +170,26 @@

=

Legend

+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
  • Type alias with type parameter
  • +
+
    +
  • Interface
  • +
  • Interface with type parameter
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Enumeration
  • +