File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -905,7 +905,7 @@ javadocText(
905905@classorarray = @class | @array;
906906@type = @primitive | @reftype;
907907@callable = @method | @constructor;
908- @element = @file | @package | @primitive | @classorinterface | @method | @constructor | @modifier | @param | @exception | @field |
908+ @element = @file | @package | @primitive | @class | @interface | @method | @constructor | @modifier | @param | @exception | @field |
909909 @annotation | @boundedtype | @array | @localvar | @expr | @stmt | @import | @fielddecl;
910910
911911@modifiable = @member_modifiable| @param | @localvar ;
@@ -914,7 +914,7 @@ javadocText(
914914
915915@member = @method | @constructor | @field | @reftype ;
916916
917- @locatable = @file | @classorinterface | @fielddecl | @field | @constructor | @method | @param | @exception
917+ @locatable = @file | @class | @interface | @fielddecl | @field | @constructor | @method | @param | @exception
918918 | @boundedtype | @typebound | @array | @primitive
919919 | @import | @stmt | @expr | @whenbranch | @localvar | @javadoc | @javadocTag | @javadocText
920920 | @xmllocatable | @ktcomment;
You can’t perform that action at this time.
0 commit comments