api-doc-tools
api-doc-tools copied to clipboard
F#: API reference has no concept of modules, functions, or values
F#om F# smoke test:

The module is correctly picked up, but it is treated as a static class with static methods. While technically true from an IL level, this is actually a module that holds functions.

In this case, the items listed are seen as static properties, but they are actually values.
So the API reference needs to be able to distinguish between classes and class-specific things and modules that contain functions or values.