From: Tim Düsterhus Date: Tue, 23 Feb 2021 14:50:10 +0000 (+0100) Subject: Add missing module comment for Acp/Ui/Maintenance/RebuildData X-Git-Tag: 5.4.0_Alpha_1~233 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d35ff9f0d450dd0d8a479266f2f4489019fa2fef;p=GitHub%2FWoltLab%2FWCF.git Add missing module comment for Acp/Ui/Maintenance/RebuildData see b84cb3855cadd73733cfb7fe2abde6a343a0aeb0 --- 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 });