File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -404,8 +404,8 @@ Doclet.prototype.postTypedef = function() {
404
404
var prevProperty = self . properties [ i ] || { } ;
405
405
406
406
self . properties [ i ] = ( {
407
- name : child . key . string ,
408
- optional : child . optional ,
407
+ name : prevProperty . name || child . key . string ,
408
+ optional : prevProperty . optional || child . optional ,
409
409
type : prevProperty . type || { names : [ TypeScriptParser . getTypeId ( child . type || child . typeAnnotation . string , self . filename ) ] } ,
410
410
description : prevProperty . description || ''
411
411
} ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @daybrush/jsdoc" ,
3
- "version" : " 0.3.4-rc " ,
3
+ "version" : " 0.3.5 " ,
4
4
"description" : " An API documentation generator for JavaScript and Typescript." ,
5
5
"keywords" : [
6
6
" documentation" ,
You can’t perform that action at this time.
0 commit comments