Skip to content

Are module-level fields supported? #294

Description

@CedX

I can't generate the documentation of module-level fields no matter what I try.
For this sample:

/** A sample typedef. **/
typedef SampleTypedef = {

	/** A sample field. **/
	var aSampleField: String;
}

/** A sample function. **/
function aSampleFunction() {
	// Some code.
}

Only the typedef appears in the generated documentation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions