mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Link to C# Variant-compatible section directly
(cherry picked from commit 8b94fc9501)
This commit is contained in:
@@ -16,7 +16,8 @@ Cause
|
||||
-----
|
||||
|
||||
An unsupported type is specified for a member annotated with the ``[Export]``
|
||||
attribute when a :ref:`Variant-compatible <doc_c_sharp_variant>` type is expected.
|
||||
attribute when a
|
||||
:ref:`Variant-compatible type <c_sharp_variant_compatible_types>` is expected.
|
||||
|
||||
Rule description
|
||||
----------------
|
||||
|
||||
@@ -16,8 +16,8 @@ Cause
|
||||
-----
|
||||
|
||||
An unsupported type is specified for a parameter of a delegate annotated with
|
||||
the ``[Signal]`` attribute when a :ref:`Variant-compatible <doc_c_sharp_variant>`
|
||||
type is expected.
|
||||
the ``[Signal]`` attribute when a
|
||||
:ref:`Variant-compatible type <c_sharp_variant_compatible_types>` is expected.
|
||||
|
||||
Rule description
|
||||
----------------
|
||||
|
||||
@@ -14,7 +14,7 @@ Cause
|
||||
-----
|
||||
|
||||
An unsupported type is specified for a generic type argument when a
|
||||
:ref:`Variant-compatible <doc_c_sharp_variant>` type is expected.
|
||||
:ref:`Variant-compatible type <c_sharp_variant_compatible_types>` is expected.
|
||||
|
||||
Rule description
|
||||
----------------
|
||||
|
||||
@@ -14,8 +14,9 @@ Cause
|
||||
-----
|
||||
|
||||
A generic type is specified for a generic type argument when a
|
||||
:ref:`Variant-compatible <doc_c_sharp_variant>` type is expected, but the
|
||||
specified generic type is not annotated with the ``[MustBeVariant]`` attribute.
|
||||
:ref:`Variant-compatible type <c_sharp_variant_compatible_types>` is expected,
|
||||
but the specified generic type is not annotated with the ``[MustBeVariant]``
|
||||
attribute.
|
||||
|
||||
Rule description
|
||||
----------------
|
||||
|
||||
Reference in New Issue
Block a user