Skip to main content

emit_phpdoc

Function emit_phpdoc 

Source
pub fn emit_phpdoc(out: &mut String, doc: &str, indent: &str)
Expand description

Emit PHPDoc-style comments (/** … */) Used for PHP classes, methods, and properties.