Skip to content

Commit bfa21c1

Browse files
committed
Render enumitemdescription using single line comments
1 parent 0b69000 commit bfa21c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpdotnet/phd/Package/Generic/XHTML.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,9 +1253,9 @@ public function format_enumvalue($open, $name, $attrs, $props) {
12531253
}
12541254
public function format_enumitemdescription($open, $name, $attrs, $props) {
12551255
if ($open) {
1256-
return ';<br/>/** ';
1256+
return '; //';
12571257
}
1258-
return ' */';
1258+
return "<br><br>";
12591259
}
12601260

12611261
public function format_emphasis($open, $name, $attrs)

0 commit comments

Comments
 (0)