Skip to content

Feature: Documentation Support, includes DotNet XML consumption #10

@TIHan

Description

@TIHan

Enable documentation for all top-level constructs using ///.

/// This is a method called `M`
M(x: int32): () =
/// A class named 'C'
class C
/// A property named 'X'
X: int32 get

Tooling should pick these up and show this information in the IDE.

We also need to support the consumption of DotNet XML documentation from the corresponding .xml files. This will require translation to OlyIL documentation constructs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions