diff options
| -rw-r--r-- | docs/user-guide/02-conventional-features.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/user-guide/02-conventional-features.md b/docs/user-guide/02-conventional-features.md index bd8f0435c..ff29d7c83 100644 --- a/docs/user-guide/02-conventional-features.md +++ b/docs/user-guide/02-conventional-features.md @@ -492,6 +492,11 @@ Slang supports a C-style preprocessor with the following directives; Variadic macros are supported by the Slang preprocessor. +> #### Note #### +> The use of `#include` in new code is discouraged as this functionality has +> been superseded by the module system, please refer to +> [./04-modules-and-access-control.md](./04-modules-and-access-control.md) + Attributes ---------- |
