@nikovirtala/projen-constructs
    Preparing search index...

    Enumeration CommentStyle

    Specifies the documentation mode TypeDoc should use

    Index

    Enumeration Members

    Enumeration Members

    ALL: "all"

    Parse all comment styles

    BLOCK: "block"

    Parse block comments

    JSDOC: "jsdoc"

    Parse JSDoc style comments only

    LINE: "line"

    Parse line comments (//)