summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-doc-markdown-writer.cpp
Commit message (Expand)AuthorAge
* Add new _getName to get extension decl names for core module docs (#7985)aidanfnv2025-08-07
* Mediate access to ContainerDecl members (#7242)Theresa Foley2025-06-09
* Do not escape markdown between backticks (#7086)aidanfnv2025-05-14
* support specialization constant sized array (#6871)kaizhangNV2025-05-14
* Restore Properties section name in stdlib reference (#7042)aidanfnv2025-05-09
* Fix broken links in Slang docs (#7039)aidanfnv2025-05-08
* Modify markdown writing to produce readthedocs pages (#6904)aidanfnv2025-05-01
* Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska2024-11-05
* formatEllie Hermaszewska2024-10-29
* Replace the word stdlib or standard-library with core-module for source code ...Jay Kwak2024-10-28
* Add stdlib documentation for attributes and interfaces. (#5297)Yong He2024-10-15
* Write out summary of documentation in docgen tool. (#5266)Yong He2024-10-14
* Fix links in stdlib reference category landing page. (#5250)Yong He2024-10-10
* Overhaul docgen tool and setup CI to generate stdlib reference. (#5232)Yong He2024-10-08
* Initial WGSL support (#5006)Anders Leino2024-09-09
* Exclude synthesized code from code auto documentation system (#4889)ArielG-NV2024-08-20
* Capability System: Implicit capability upgrade warning/error (#4241)ArielG-NV2024-06-12
* Add skeleton for metal backend. (#3971)Yong He2024-04-17
* Capability def parsing & codegen + disjoint sets (#3451)Yong He2024-01-18
* Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska2023-08-16
* SPIR-V WIP (#3064)Ellie Hermaszewska2023-08-15
* Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He2023-08-04
* Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)Yong He2023-07-07
* Bottleneck DeclRef creation through ASTBuilder. (#2689)Yong He2023-07-05
* Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska2023-04-26
* StringBuilder to lowerCamel (#2840)jsmall-nvidia2023-04-25
* Dictionary using lowerCamel (#2835)jsmall-nvidia2023-04-25
* Small fix for "static" in doc output (#2606)jsmall-nvidia2023-01-24
* Auto synthesis of Differential type (#2466)Yong He2022-10-26
* Initial support for documentation extraction in C++ (#2156)jsmall-nvidia2022-03-09
* Update stdlib docs/small fixes (#1972)jsmall-nvidia2021-10-11
* Test Doc System (#1754)jsmall-nvidia2021-03-15
* Improvements in Docs requirements/availability (#1751)jsmall-nvidia2021-03-15
* MarkDown -> Markdown (#1748)jsmall-nvidia2021-03-11