Insert some class docs
authorCyperghost <olaf_schmitz_1@t-online.de>
Mon, 5 Feb 2024 13:45:26 +0000 (14:45 +0100)
committerCyperghost <olaf_schmitz_1@t-online.de>
Mon, 5 Feb 2024 13:45:26 +0000 (14:45 +0100)
wcfsetup/install/files/lib/system/html/metacode/upcast/AttachMetacodeUpcast.class.php
wcfsetup/install/files/lib/system/html/metacode/upcast/ImageMetacodeUpcast.class.php
wcfsetup/install/files/lib/system/html/metacode/upcast/WsmMetacodeUpcast.class.php
wcfsetup/install/files/lib/system/html/upcast/node/HtmlUpcastNodeWoltlabMetacode.class.php

index 17191c2238cd2742127e8b0bb2245bdca03ec2f0..ad26b002f91a0153982dbd8483ed8a45f47b08ca 100644 (file)
@@ -8,6 +8,8 @@ use wcf\util\DOMUtil;
 use wcf\util\StringUtil;
 
 /**
+ * Converts the [attach] metacode into an image/figure element.
+ *
  * @author      Olaf Braun
  * @copyright   2001-2024 WoltLab GmbH
  * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
index 5f29d4a21946b7de688bf25af8099fc156ece8d4..f5ce346df8ffce1aae3c0d42cf41a3485ba6704c 100644 (file)
@@ -5,6 +5,8 @@ namespace wcf\system\html\metacode\upcast;
 use wcf\util\DOMUtil;
 
 /**
+ * Default implementation for image elements for CKEditor 5.
+ *
  * @author      Olaf Braun
  * @copyright   2001-2024 WoltLab GmbH
  * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
index 7916df985434775d48ee8c2737247f4d4ab709f3..3b1e4c950e137f929a8f23e4ab5d83a4d809c7fb 100644 (file)
@@ -8,6 +8,8 @@ use wcf\util\DOMUtil;
 use wcf\util\StringUtil;
 
 /**
+ * Converts the [wsm] metacode into an image/figure element.
+ *
  * @author      Olaf Braun
  * @copyright   2001-2024 WoltLab GmbH
  * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
index 62e1d1a2358fdfb9881983583e256d057216cbdb..4e77e80dfede887ea3439adfd73793b5f834c49f 100644 (file)
@@ -8,6 +8,8 @@ use wcf\system\html\node\AbstractHtmlNodeProcessor;
 use wcf\util\DOMUtil;
 
 /**
+ * Processes bbcodes represented by `<woltlab-metacode>`.
+ *
  * @author      Olaf Braun
  * @copyright   2001-2024 WoltLab GmbH
  * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>