diff options
| author | Yong He <yonghe@outlook.com> | 2024-04-10 13:38:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-10 13:38:50 -0700 |
| commit | ee9d398ebfc7c67205a8d5c91834ae4882d0dc9b (patch) | |
| tree | 2e2bde10088a902878caf986d0f97b372c4e9e2b /docs/design | |
| parent | a6d59d0e102e2d21d411a7ca1f8acaf3bf1f867c (diff) | |
Delete out of date docs (#3926)
Diffstat (limited to 'docs/design')
| -rw-r--r-- | docs/design/autodiff.md | 2 | ||||
| -rw-r--r-- | docs/design/capabilities.md | 2 | ||||
| -rw-r--r-- | docs/design/decl-refs.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/design/autodiff.md b/docs/design/autodiff.md index debeb730c..29d7c82c7 100644 --- a/docs/design/autodiff.md +++ b/docs/design/autodiff.md @@ -1,4 +1,4 @@ -Reverse Mode Autodiff +Reverse Mode Autodiff (Out of Date) ================================== diff --git a/docs/design/capabilities.md b/docs/design/capabilities.md index fe582bd99..89fef3091 100644 --- a/docs/design/capabilities.md +++ b/docs/design/capabilities.md @@ -1,4 +1,4 @@ -Capabilities +Capabilities (Out of Date) ============ Slang aims to be a portable language for shader programming, which introduces two complementary problems: diff --git a/docs/design/decl-refs.md b/docs/design/decl-refs.md index 3a84cfdcf..8e863aa8c 100644 --- a/docs/design/decl-refs.md +++ b/docs/design/decl-refs.md @@ -1,4 +1,4 @@ -Understanding Declaration References +Understanding Declaration References (Out of Date) ==================================== This document is intended as a reference for developers working on the Slang compiler implementation. |
