Remove invalid label from interface member
This commit is contained in:
Родитель
8f3440ae38
Коммит
891f6c8b2c
|
@ -385,7 +385,7 @@ export class ClassI1 {
|
||||||
export interface InterfaceJ1 {
|
export interface InterfaceJ1 {
|
||||||
/**
|
/**
|
||||||
* Shortest name: {@link InterfaceJ1."abc. def"}
|
* Shortest name: {@link InterfaceJ1."abc. def"}
|
||||||
* Full name: {@link (InterfaceJ1:interface).("abc. def":static)}
|
* Full name: {@link (InterfaceJ1:interface)."abc. def"}
|
||||||
*/
|
*/
|
||||||
'abc. def': string;
|
'abc. def': string;
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче