From d35ff9f0d450dd0d8a479266f2f4489019fa2fef Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 23 Feb 2021 15:50:10 +0100 Subject: [PATCH] Add missing module comment for Acp/Ui/Maintenance/RebuildData see b84cb3855cadd73733cfb7fe2abde6a343a0aeb0 --- ts/WoltLabSuite/Core/Acp/Ui/Maintenance/RebuildData.ts | 9 +++++++++ .../WoltLabSuite/Core/Acp/Ui/Maintenance/RebuildData.js | 8 ++++++++ 2 files changed, 17 insertions(+) diff --git a/ts/WoltLabSuite/Core/Acp/Ui/Maintenance/RebuildData.ts b/ts/WoltLabSuite/Core/Acp/Ui/Maintenance/RebuildData.ts index 4deae5b286..ae7e944fb9 100644 --- a/ts/WoltLabSuite/Core/Acp/Ui/Maintenance/RebuildData.ts +++ b/ts/WoltLabSuite/Core/Acp/Ui/Maintenance/RebuildData.ts @@ -1,3 +1,12 @@ +/** + * Handles worker execution for the RebuildDataPage. + * + * @author Tim Duesterhus + * @copyright 2001-2021 WoltLab GmbH + * @license GNU Lesser General Public License + * @module WoltLabSuite/Core/Acp/Ui/Maintenance/RebuildData + */ + import Worker from "../Worker"; import * as Language from "../../../Language"; diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/Maintenance/RebuildData.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/Maintenance/RebuildData.js index 77bb0db505..0a1574844a 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/Maintenance/RebuildData.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/Maintenance/RebuildData.js @@ -1,3 +1,11 @@ +/** + * Handles worker execution for the RebuildDataPage. + * + * @author Tim Duesterhus + * @copyright 2001-2021 WoltLab GmbH + * @license GNU Lesser General Public License + * @module WoltLabSuite/Core/Acp/Ui/Maintenance/RebuildData + */ define(["require", "exports", "tslib", "../Worker", "../../../Language"], function (require, exports, tslib_1, Worker_1, Language) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); -- 2.20.1