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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user