From 4c6bdc08003c38351f83b91d434083e8ce08c12b Mon Sep 17 00:00:00 2001 From: Michael Voorhees Date: Thu, 16 Apr 2026 12:45:14 -0400 Subject: [PATCH] Minor improvement to linker descriptor documentation The `Assembly.` part in lines such as ``` ``` Could be confusing. While it is convention to have the assembly name and namespace match, it's not a requirement. --- docs/tools/illink/data-formats.md | 56 +++++++++++++++---------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/docs/tools/illink/data-formats.md b/docs/tools/illink/data-formats.md index 06490e3e3308d9..f5b39975f64ae0 100644 --- a/docs/tools/illink/data-formats.md +++ b/docs/tools/illink/data-formats.md @@ -50,7 +50,7 @@ Descriptor XML can also be passed to the trimmer on the command via the [`-x` pa ```xml - + ``` @@ -62,25 +62,25 @@ The `required` attribute specifies that if the type is not marked, during the ma ```xml - + - + - + - + - + - + - + ``` @@ -92,10 +92,10 @@ The `required` attribute specifies that if the type is not marked, during the ma - + - + ``` @@ -107,7 +107,7 @@ The `required` attribute specifies that if the type is not marked, during the ma - + @@ -120,7 +120,7 @@ The `required` attribute specifies that if the type is not marked, during the ma ```xml - + @@ -139,7 +139,7 @@ The `required` attribute specifies that if the type is not marked, during the ma ```xml - + @@ -161,7 +161,7 @@ The `required` attribute specifies that if the type is not marked, during the ma ```xml - + @@ -188,7 +188,7 @@ The `required` attribute specifies that if the type is not marked, during the ma ```xml - + @@ -232,7 +232,7 @@ The `value` attribute is optional and only required when the method should be ha ```xml - + @@ -246,7 +246,7 @@ Entire method body is replaces with `throw` instruction when method is reference ```xml - + @@ -273,7 +273,7 @@ are applied, based on feature settings passed via `--feature FeatureName bool` - + @@ -288,11 +288,11 @@ Note that this will only have an effect where it is applied - the default value - + - + @@ -351,7 +351,7 @@ This allows to add a custom attribute to a class, interface, delegate, struct or ```xml - + Argument @@ -365,7 +365,7 @@ This allows to add a custom attribute to a class, interface, delegate, struct or ```xml - + DefaultConstructor @@ -381,7 +381,7 @@ This allows to add a custom attribute to a class, interface, delegate, struct or ```xml - + DefaultConstructor @@ -397,7 +397,7 @@ This allows to add a custom attribute to a class, interface, delegate, struct or ```xml - + ArgumentValue @@ -413,7 +413,7 @@ This allows to add a custom attribute to a class, interface, delegate, struct or ```xml - + @@ -445,7 +445,7 @@ This allows to add a custom attribute to a class, interface, delegate, struct or ```xml - + @@ -473,7 +473,7 @@ This allows to add a custom attribute to a class, interface, delegate, struct or ```xml - + @@ -510,7 +510,7 @@ attributes are applied. - +