File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed
Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ var flatteners = {
3636 'member' : flattenTypedName ,
3737 'module' : flattenTypedName ,
3838 'namespace' : flattenTypedName ,
39+ 'typedef' : flattenTypedName ,
3940 'kind' : function ( result , tag ) {
4041 result . kind = tag . kind ;
4142 } ,
@@ -98,12 +99,6 @@ var flatteners = {
9899 } ,
99100 'private' : function ( result ) {
100101 result . access = 'private' ;
101- } ,
102- 'typedef' : function ( result , tag ) {
103- result . typedef = {
104- name : tag . description ,
105- type : tag . type
106- } ;
107102 }
108103} ;
109104
Original file line number Diff line number Diff line change 2020 "babylon" : " ^5.8.23" ,
2121 "brfs" : " ^1.4.0" ,
2222 "concat-stream" : " ^1.5.0" ,
23- "doctrine" : " ^0.6.4 " ,
23+ "doctrine" : " ^0.7.0 " ,
2424 "documentation-theme-default" : " ^1.0.0-alpha2" ,
2525 "extend" : " ^3.0.0" ,
2626 "get-comments" : " ^1.0.1" ,
Original file line number Diff line number Diff line change 1010 },
1111 {
1212 "title" : " typedef" ,
13- "description" : " MyType " ,
13+ "description" : null ,
1414 "lineNumber" : 3 ,
1515 "type" : {
1616 "type" : " NameExpression" ,
1717 "name" : " Object"
18- }
18+ },
19+ "name" : " MyType"
1920 },
2021 {
2122 "title" : " property" ,
You can’t perform that action at this time.
0 commit comments