Kotlin: Revert some now-unnecessary changes to dbscheme

This commit is contained in:
Ian Lynagh
2021-09-24 11:29:25 +01:00
parent 7eebf81ffc
commit 93f6b23a91

View File

@@ -905,7 +905,7 @@ javadocText(
@classorarray = @class | @array;
@type = @primitive | @reftype;
@callable = @method | @constructor;
@element = @file | @package | @primitive | @classorinterface | @method | @constructor | @modifier | @param | @exception | @field |
@element = @file | @package | @primitive | @class | @interface | @method | @constructor | @modifier | @param | @exception | @field |
@annotation | @boundedtype | @array | @localvar | @expr | @stmt | @import | @fielddecl;
@modifiable = @member_modifiable| @param | @localvar ;
@@ -914,7 +914,7 @@ javadocText(
@member = @method | @constructor | @field | @reftype ;
@locatable = @file | @classorinterface | @fielddecl | @field | @constructor | @method | @param | @exception
@locatable = @file | @class | @interface | @fielddecl | @field | @constructor | @method | @param | @exception
| @boundedtype | @typebound | @array | @primitive
| @import | @stmt | @expr | @whenbranch | @localvar | @javadoc | @javadocTag | @javadocText
| @xmllocatable | @ktcomment;