summaryrefslogtreecommitdiff
path: root/source/slang/slang-doc-ast.cpp
AgeCommit message (Expand)Author
2024-08-20Exclude synthesized code from code auto documentation system (#4889)ArielG-NV
2024-04-01Allow bit operators on enum types. (#3862)Yong He
2023-04-28Fix handling of `[PreferRecompute]`. (#2855)Sai Praveen Bangaru
2023-04-27Embed stdlib documentation to AST. (#2851)Yong He
2023-04-26Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska
2022-06-30Language server: extract documentation from ordinary comments (#2308)Yong He
2022-06-07Major language server features. (#2264)Yong He
2022-03-09Initial support for documentation extraction in C++ (#2156)jsmall-nvidia