mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2103 whoops, need to process interfaces like classes
X-SVN-Rev: 10452
This commit is contained in:
parent
fc0a2adad9
commit
1ef6c14d6d
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ public class CheckTags {
|
|||
// synthetic constructors. So you'll have to live with spurious errors or 'implement'
|
||||
// the synthetic constructors...
|
||||
|
||||
boolean isClass = doc.isClass();
|
||||
boolean isClass = doc.isClass() || doc.isInterface();
|
||||
String header = "--- " + (isClass ? doc.qualifiedName() : doc.name());
|
||||
if (doc instanceof ExecutableMemberDoc) {
|
||||
header += ((ExecutableMemberDoc)doc).flatSignature();
|
||||
|
|
Loading…
Add table
Reference in a new issue