summaryrefslogtreecommitdiff
path: root/tests/language-server/ordinary-comment-hover-info.slang.expected.txt
AgeCommit message (Collapse)Author
2024-04-01Allow bit operators on enum types. (#3862)Yong He
* Allow bit operators on enum types. * Fix.
2023-04-26Intellisense: show info on decl kind and differentiability. (#2847)Yong He
2022-06-30Language server: extract documentation from ordinary comments (#2308)Yong He
* 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>