diff options
| author | Ellie Hermaszewska <ellieh@nvidia.com> | 2023-08-29 11:26:27 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-29 11:26:27 +0800 |
| commit | af363c02bf0fa2502c14f454965adff87170ff15 (patch) | |
| tree | cc3f49d1f2a80bc02d5afd795ac73f168203d40a /slang.h | |
| parent | 508dc3a95de50de4a4d07d0a72a18e40d55b0e2e (diff) | |
s/depreciated/deprecated/ (#3153)
Diffstat (limited to 'slang.h')
| -rw-r--r-- | slang.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1100,7 +1100,7 @@ extern "C" typedef void(*SlangFuncPtr)(void); /** - (DEPRECIATED) ISlangSharedLibrary + (DEPRECATED) ISlangSharedLibrary */ struct ISlangSharedLibrary_Dep1: public ISlangUnknown { @@ -3365,7 +3365,7 @@ namespace slang SlangPassThrough passThrough, char const* path) = 0; - /** DEPRECIATED: Use setLanguagePrelude + /** DEPRECATED: Use setLanguagePrelude Set the 'prelude' for generated code for a 'downstream compiler'. @param passThrough The downstream compiler for generated code that will have the prelude applied to it. @@ -3377,7 +3377,7 @@ namespace slang SlangPassThrough passThrough, const char* preludeText) = 0; - /** DEPRECIATED: Use getLanguagePrelude + /** DEPRECATED: Use getLanguagePrelude Get the 'prelude' for generated code for a 'downstream compiler'. @param passThrough The downstream compiler for generated code that will have the prelude applied to it. |
