Skip to content

Indentation is removed from doc comments #38

@Gama11

Description

@Gama11

This is problematic if you have code examples in the docs, e.g.:

/**
	```
	function generatorWithoutReturn():Generator {
		php.Syntax.yield(1);
		return null;
	}
	```
**/

is currently turned into:

/**
	```
	function generatorWithoutReturn():Generator {
	php.Syntax.yield(1);
	return null;
	}
	```
**/

(from haxe\std\php\Generator.hx)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions