1
0
mirror of https://github.com/php/phd.git synced 2026-03-23 22:52:05 +01:00

Render enumitemdescription using single line comments (#192)

This commit is contained in:
Luffy
2025-03-06 20:34:37 +08:00
committed by GitHub
parent b09ca0b9da
commit d603ec5441

View File

@@ -1253,9 +1253,9 @@ abstract class Package_Generic_XHTML extends Format_Abstract_XHTML {
}
public function format_enumitemdescription($open, $name, $attrs, $props) {
if ($open) {
return ';<br/>/** ';
return '; //';
}
return ' */';
return "<br><br>";
}
public function format_emphasis($open, $name, $attrs)