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 = {
36
36
'member' : flattenTypedName ,
37
37
'module' : flattenTypedName ,
38
38
'namespace' : flattenTypedName ,
39
+ 'typedef' : flattenTypedName ,
39
40
'kind' : function ( result , tag ) {
40
41
result . kind = tag . kind ;
41
42
} ,
@@ -98,12 +99,6 @@ var flatteners = {
98
99
} ,
99
100
'private' : function ( result ) {
100
101
result . access = 'private' ;
101
- } ,
102
- 'typedef' : function ( result , tag ) {
103
- result . typedef = {
104
- name : tag . description ,
105
- type : tag . type
106
- } ;
107
102
}
108
103
} ;
109
104
Original file line number Diff line number Diff line change 20
20
"babylon" : " ^5.8.23" ,
21
21
"brfs" : " ^1.4.0" ,
22
22
"concat-stream" : " ^1.5.0" ,
23
- "doctrine" : " ^0.6.4 " ,
23
+ "doctrine" : " ^0.7.0 " ,
24
24
"documentation-theme-default" : " ^1.0.0-alpha2" ,
25
25
"extend" : " ^3.0.0" ,
26
26
"get-comments" : " ^1.0.1" ,
Original file line number Diff line number Diff line change 10
10
},
11
11
{
12
12
"title" : " typedef" ,
13
- "description" : " MyType " ,
13
+ "description" : null ,
14
14
"lineNumber" : 3 ,
15
15
"type" : {
16
16
"type" : " NameExpression" ,
17
17
"name" : " Object"
18
- }
18
+ },
19
+ "name" : " MyType"
19
20
},
20
21
{
21
22
"title" : " property" ,
You can’t perform that action at this time.
0 commit comments