From 0035ddba128ea022434ed06336492ef32fb217d0 Mon Sep 17 00:00:00 2001 From: Jimmy Timmons Date: Thu, 30 May 2024 13:49:07 -0400 Subject: [PATCH] Update @@warning doc to clarify +/- (#874) * Update @warning doc to clarify +/- * Update @@warning doc to clarify +/- --------- Co-authored-by: Jimmy Timmons --- misc_docs/syntax/decorator_module_warning.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc_docs/syntax/decorator_module_warning.mdx b/misc_docs/syntax/decorator_module_warning.mdx index 7af8eae61..4772d0e2e 100644 --- a/misc_docs/syntax/decorator_module_warning.mdx +++ b/misc_docs/syntax/decorator_module_warning.mdx @@ -6,7 +6,7 @@ summary: "This is the `@@warning` decorator." category: "decorators" --- -The `@@warning` decorator is used to modify the enabled compiler warnings for the current module. See [here](/docs/manual/latest/warning-numbers) for all available warning numbers. +The `@@warning` decorator is used to modify the enabled compiler warnings for the current module. See [here](/docs/manual/latest/warning-numbers) for all available warning numbers. Prefix the warning number with `+` or `-` to enable or disable respectively. ### Examples