add comments

This commit is contained in:
yggverse 2024-08-01 17:24:36 +03:00
parent f06d1cdd27
commit 036326e1da

View file

@ -137,8 +137,8 @@ class Markup implements \Yggverse\Yoda\Interface\Model\Gtk\Pango\Markup
// @TODO optimization wanted, wordwrap / set_line_wrap not solution // @TODO optimization wanted, wordwrap / set_line_wrap not solution
protected static function _wrap( protected static function _wrap(
string $tag, string $tag, // const
string $value, string $value, // unescaped
int $width = self::WRAP_WIDTH, int $width = self::WRAP_WIDTH,
string $break = self::WRAP_BREAK, string $break = self::WRAP_BREAK,
int $line = 1, int $line = 1,