Skip to content

Commit 7d2e926

Browse files
authored
Add blockquotes for error messages in range [C3081, C3130]
1 parent cc6f72e commit 7d2e926

24 files changed

+24
-24
lines changed

docs/error-messages/compiler-errors-2/compiler-error-c3084.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 0362cb70-e24e-476f-a24d-8f5bb97c3afd
88
---
99
# Compiler Error C3084
1010

11-
'function': a finalizer/destructor cannot be 'keyword'
11+
> 'function': a finalizer/destructor cannot be 'keyword'
1212
1313
A finalizer or destructor was declared incorrectly.
1414

docs/error-messages/compiler-errors-2/compiler-error-c3085.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 1ac40bf2-f63e-439e-8921-47e6dadc8354
88
---
99
# Compiler Error C3085
1010

11-
'constructor': a constructor cannot be 'keyword'
11+
> 'constructor': a constructor cannot be 'keyword'
1212
1313
A constructor was declared incorrectly. See [Override Specifiers](../../extensions/override-specifiers-cpp-component-extensions.md) for more information.
1414

docs/error-messages/compiler-errors-2/compiler-error-c3087.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 4f5bdd52-a853-4f02-b160-6868e9190b9d
88
---
99
# Compiler Error C3087
1010

11-
'named_argument': call of 'attribute' already initializes this member
11+
> 'named_argument': call of 'attribute' already initializes this member
1212
1313
A named argument was specified in the same attribute block as an unnamed argument for the same value. Specify only a named or unnamed argument.
1414

docs/error-messages/compiler-errors-2/compiler-error-c3094.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 10da9b7c-e72d-4013-9925-c83e1bb142db
88
---
99
# Compiler Error C3094
1010

11-
'attribute': anonymous usage not allowed
11+
> 'attribute': anonymous usage not allowed
1212
1313
An attribute was not scoped correctly. For more information, see [User-Defined Attributes](../../extensions/user-defined-attributes-cpp-component-extensions.md).
1414

docs/error-messages/compiler-errors-2/compiler-error-c3095.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: cde725be-0936-40f6-9e57-e1d7d0710f83
88
---
99
# Compiler Error C3095
1010

11-
'attribute': attribute cannot be repeated
11+
> 'attribute': attribute cannot be repeated
1212
1313
Some attributes are declared such that, multiple occurrences of the attribute cannot be applied to a target.
1414

docs/error-messages/compiler-errors-2/compiler-error-c3096.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 56353c9a-800c-474f-b428-3e5d2a7afc9a
88
---
99
# Compiler Error C3096
1010

11-
'attribute': attribute is allowed on data members of attribute classes only
11+
> 'attribute': attribute is allowed on data members of attribute classes only
1212
1313
An attribute was applied incorrectly.
1414

docs/error-messages/compiler-errors-2/compiler-error-c3097.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: b24bd8f8-e04f-4fbb-be57-4feb9165572e
88
---
99
# Compiler Error C3097
1010

11-
'attribute': attribute must be scoped with 'assembly:' or 'module:'
11+
> 'attribute': attribute must be scoped with 'assembly:' or 'module:'
1212
1313
A global attribute was used incorrectly.
1414

docs/error-messages/compiler-errors-2/compiler-error-c3099.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: b3dded0f-76c9-42c1-991b-532eb8619661
88
---
99
# Compiler Error C3099
1010

11-
'keyword': use [System::AttributeUsageAttribute] for managed attributes; use [Windows::Foundation::Metadata::AttributeUsageAttribute] for WinRT attributes
11+
> 'keyword': use [System::AttributeUsageAttribute] for managed attributes; use [Windows::Foundation::Metadata::AttributeUsageAttribute] for WinRT attributes
1212
1313
Use <xref:System.AttributeUsageAttribute> to declare **/clr** attributes. Use `Windows::Foundation::Metadata::AttributeUsageAttribute` to declare Windows Runtime attributes.
1414

docs/error-messages/compiler-errors-2/compiler-error-c3100.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 7a9c9eaf-08ef-442d-94a0-e457beee8549
88
---
99
# Compiler Error C3100
1010

11-
'target' : unknown attribute qualifier
11+
> 'target' : unknown attribute qualifier
1212
1313
An invalid attribute target was specified.
1414

docs/error-messages/compiler-errors-2/compiler-error-c3101.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 4f673766-d4f7-4632-94a5-d36a83f7f4b5
88
---
99
# Compiler Error C3101
1010

11-
illegal expression for named attribute argument 'field'
11+
> illegal expression for named attribute argument 'field'
1212
1313
When initializing a named attribute argument, the value must be a compile time constant.
1414

0 commit comments

Comments
 (0)