api-doc-tools icon indicating copy to clipboard operation
api-doc-tools copied to clipboard

F#: API reference has no concept of modules, functions, or values

Open cartermp opened this issue 7 years ago • 0 comments

F#om F# smoke test:

image

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.

image

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.

cartermp avatar Aug 20 '18 23:08 cartermp