summaryrefslogtreecommitdiffstats
path: root/docs/user-guide/04-interfaces-generics.md
Commit message (Collapse)AuthorAge
* Support visibility control and default to `internal`. (#3380)Yong He2023-12-06
| | | | | | | | | | | | | | | | | | | * Support visibility control and default to `internal`. * Fix wip. * Fixes. * Fix. * Fix test. * Add legacy language detection and compatibility for existing code. * Add doc. --------- Co-authored-by: Yong He <yhe@nvidia.com>
* Update user-guide. (#2868)Yong He2023-05-04
| | | Co-authored-by: Yong He <yhe@nvidia.com>
* Update 04-interfaces-generics.mdYong He2023-04-20
|
* Update documentation on new features (#2508)Yong He2022-11-10
| | | | | | | * Update documentation on new features * Fix. Co-authored-by: Yong He <yhe@nvidia.com>
* Hotfix/doc typos4 (#2067)jsmall-nvidia2021-12-21
| | | | | | | * #include an absolute path didn't work - because paths were taken to always be relative. * Fix some typos. * Fix some more typos.
* Update gfx getting started doc (#1832)Yong He2021-05-04
|
* Update 04-interfaces-generics.mdYong He2021-03-30
|
* Add layout front matter specifier for user-guide docs (#1770)Yong He2021-03-30
|
* Further documentation on Slang specific features (#1716)Yong He2021-02-17
| | | Co-authored-by: Tim Foley <tfoleyNV@users.noreply.github.com>
* Add associated type and generic value parameter doc section (#1706)Yong He2021-02-12
| | | | | * Add associated type and generic value parameter doc section * Typos and corrections.
* First part of interfaces and generics doc. (#1704)Yong He2021-02-12
Co-authored-by: Tim Foley <tfoleyNV@users.noreply.github.com>