Skip to content

Module documentation doesn't allow to do a multiline comment in the type label in VHDL. #805

@DRubioG

Description

@DRubioG

Describe the bug
When you document a State machine, it is not possible to do a multiline comment.

To Reproduce
Create a type label and try to do a multiline comment.

Code
type fsm is (
--! First State
--! Continued.
S0,
--! Second State.
S1,
--! Third State
S2);

Please complete the following information:

  • TerosHDL version [10:01:52]

Screenshots

Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions