Add missing module comment for Acp/Ui/Maintenance/RebuildData
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 23 Feb 2021 14:50:10 +0000 (15:50 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 23 Feb 2021 14:50:49 +0000 (15:50 +0100)
see b84cb3855cadd73733cfb7fe2abde6a343a0aeb0

ts/WoltLabSuite/Core/Acp/Ui/Maintenance/RebuildData.ts
wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/Maintenance/RebuildData.js

index 4deae5b2866832431bb1ee26843cdd0e630ee40e..ae7e944fb9a0ba3405ace0ef02be9c5e410bb8ae 100644 (file)
@@ -1,3 +1,12 @@
+/**
+ * Handles worker execution for the RebuildDataPage.
+ *
+ * @author  Tim Duesterhus
+ * @copyright  2001-2021 WoltLab GmbH
+ * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @module  WoltLabSuite/Core/Acp/Ui/Maintenance/RebuildData
+ */
+
 import Worker from "../Worker";
 import * as Language from "../../../Language";
 
index 77bb0db5052e2f0911e097601ad2f0aa1de66612..0a1574844a8ffb96db513d38962aa6b8d1cf5d1d 100644 (file)
@@ -1,3 +1,11 @@
+/**
+ * Handles worker execution for the RebuildDataPage.
+ *
+ * @author  Tim Duesterhus
+ * @copyright  2001-2021 WoltLab GmbH
+ * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @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 });