HaxeFoundation / HaxeFoundation/dox
Are module-level fields supported?
Open
- 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.