File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed
Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -103,13 +103,6 @@ export default class ApiStructuredType extends ApiItemContainer {
103103 } ) ;
104104 }
105105
106- /**
107- * {@inheritdoc ApiITem.shouldHaveDocumentation }
108- */
109- public shouldHaveDocumentation ( ) : boolean {
110- return false ;
111- }
112-
113106 /**
114107 * Returns a line of text such as "class MyClass extends MyBaseClass", excluding the
115108 * curly braces and body. The name "MyClass" will be the public name seend by external
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ class InternalClass {
1414 public test ( ) : void ;
1515}
1616
17+ // (undocumented)
1718class MyClass {
1819 // (undocumented)
1920 public field : number ;
Original file line number Diff line number Diff line change 11class ApiFileGenerator extends ApiItemVisitor {
22 // (undocumented)
33 protected _indentedWriter : IndentedWriter ;
4- protected _insideTypeLiteral : number ;
54 public static areEquivalentApiFileContents ( actualFileContent : string , expectedFileContent : string ) : boolean ;
65 // (undocumented)
76 public generateApiFileContent ( extractor : Extractor ) : string ;
You can’t perform that action at this time.
0 commit comments