summaryrefslogtreecommitdiffstats
path: root/tests/language-server/ordinary-comment-hover-info.slang.expected.txt
Commit message (Collapse)AuthorAge
* Allow bit operators on enum types. (#3862)Yong He2024-04-01
| | | | | * Allow bit operators on enum types. * Fix.
* Intellisense: show info on decl kind and differentiability. (#2847)Yong He2023-04-26
|
* Language server: extract documentation from ordinary comments (#2308)Yong He2022-06-30
* Language server: improved documentation formatting. * Extend doc extractor to search in ordinary comments. Reuse language server instance between tests. * Fix test case. * Fix comment. * Fix crash. * Fix enum case doc extraction. * Doc extractor fixes. * Fix. * Fix. Co-authored-by: Yong He <yhe@nvidia.com>