HaxeFoundation / HaxeFoundation/dox

Are module-level fields supported?

Open
#294 3 comments 1 reaction 0 assignees View on GitHub
Dominant language
Haxe
Stars
158
Forks
38
PR merge metrics
No merged PRs in 30d

Description

I can't generate the documentation of [module-level fields](https://haxe.org/blog/module-level-fields/) no matter what I try.
For this sample:

```haxe
/** 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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.