From 16f53ed23f18bccfcffe0baf8925fd0a1217ee30 Mon Sep 17 00:00:00 2001 From: steve02081504 Date: Thu, 15 Feb 2024 23:40:32 +0800 Subject: [PATCH] https://github.com/TypeStrong/typedoc/issues/2479 --- package.json | 2 +- src/.decls/cn/types/ghost_events_queryer_t.d.ts | 4 ++-- src/.decls/en/types/ghost_events_queryer_t.d.ts | 4 ++-- src/.decls/jp/types/ghost_events_queryer_t.d.ts | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 947c546..0a79f85 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "rollup": "^4.2.0", "rollup-plugin-dts": "^6.1.0", "terser": "^5.24.0", - "typedoc": "^0.25.3", + "typedoc": "^0.25.8", "typedoc-plugin-missing-exports": "^2.0.0", "uglify-js": "^3.17.4" }, diff --git a/src/.decls/cn/types/ghost_events_queryer_t.d.ts b/src/.decls/cn/types/ghost_events_queryer_t.d.ts index 6efd192..d62909b 100644 --- a/src/.decls/cn/types/ghost_events_queryer_t.d.ts +++ b/src/.decls/cn/types/ghost_events_queryer_t.d.ts @@ -102,7 +102,7 @@ type ghost_events_queryer_t_constructor = { * jsstp.OnBoom(); * @alias jsstp.ghost_events_queryer_t * @see {@link jsstp_t.new_event_queryer} - * @group ghost_events_queryer_t implementations + * @class */ declare const ghost_events_queryer_t: typeof ghost_events_queryer_t_class_impl & ghost_events_queryer_t_constructor; /** @@ -115,7 +115,7 @@ declare const ghost_events_queryer_t: typeof ghost_events_queryer_t_class_impl & * jsstp.OnBoom(); * @alias jsstp.ghost_events_queryer_t * @see {@link jsstp_t.new_event_queryer} - * @group ghost_events_queryer_t implementations + * @class */ type ghost_events_queryer_t = ghost_events_queryer_t_class_impl & ghost_events_queryer_t_call_signature & { constructor: typeof ghost_events_queryer_t; diff --git a/src/.decls/en/types/ghost_events_queryer_t.d.ts b/src/.decls/en/types/ghost_events_queryer_t.d.ts index b46caf2..80785cc 100644 --- a/src/.decls/en/types/ghost_events_queryer_t.d.ts +++ b/src/.decls/en/types/ghost_events_queryer_t.d.ts @@ -102,7 +102,7 @@ type ghost_events_queryer_t_constructor = { * jsstp.OnBoom(); * @alias jsstp.ghost_events_queryer_t * @see {@link jsstp_t.new_event_queryer} - * @group ghost_events_queryer_t implementations + * @class */ declare const ghost_events_queryer_t: typeof ghost_events_queryer_t_class_impl & ghost_events_queryer_t_constructor; /** @@ -115,7 +115,7 @@ declare const ghost_events_queryer_t: typeof ghost_events_queryer_t_class_impl & * jsstp.OnBoom(); * @alias jsstp.ghost_events_queryer_t * @see {@link jsstp_t.new_event_queryer} - * @group ghost_events_queryer_t implementations + * @class */ type ghost_events_queryer_t = ghost_events_queryer_t_class_impl & ghost_events_queryer_t_call_signature & { constructor: typeof ghost_events_queryer_t; diff --git a/src/.decls/jp/types/ghost_events_queryer_t.d.ts b/src/.decls/jp/types/ghost_events_queryer_t.d.ts index 0c1ac94..0867124 100644 --- a/src/.decls/jp/types/ghost_events_queryer_t.d.ts +++ b/src/.decls/jp/types/ghost_events_queryer_t.d.ts @@ -102,7 +102,7 @@ type ghost_events_queryer_t_constructor = { * jsstp.OnBoom(); * @alias jsstp.ghost_events_queryer_t * @see {@link jsstp_t.new_event_queryer} - * @group ghost_events_queryer_t implementations + * @class */ declare const ghost_events_queryer_t: typeof ghost_events_queryer_t_class_impl & ghost_events_queryer_t_constructor; /** @@ -115,7 +115,7 @@ declare const ghost_events_queryer_t: typeof ghost_events_queryer_t_class_impl & * jsstp.OnBoom(); * @alias jsstp.ghost_events_queryer_t * @see {@link jsstp_t.new_event_queryer} - * @group ghost_events_queryer_t implementations + * @class */ type ghost_events_queryer_t = ghost_events_queryer_t_class_impl & ghost_events_queryer_t_call_signature & { constructor: typeof ghost_events_queryer_t;