summaryrefslogtreecommitdiffstats
path: root/docs/design
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2024-04-10 13:38:50 -0700
committerGitHub <noreply@github.com>2024-04-10 13:38:50 -0700
commitee9d398ebfc7c67205a8d5c91834ae4882d0dc9b (patch)
tree2e2bde10088a902878caf986d0f97b372c4e9e2b /docs/design
parenta6d59d0e102e2d21d411a7ca1f8acaf3bf1f867c (diff)
Delete out of date docs (#3926)
Diffstat (limited to 'docs/design')
-rw-r--r--docs/design/autodiff.md2
-rw-r--r--docs/design/capabilities.md2
-rw-r--r--docs/design/decl-refs.md2
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.