We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e808d commit 6983172Copy full SHA for 6983172
1 file changed
sources/SilkTouch/SilkTouch/Naming/NameAffixer.cs
@@ -157,6 +157,11 @@ public static SyntaxList<AttributeListSyntax> AddNameAffix(
157
/// </summary>
158
/// <remarks>
159
/// This allows compound names to be handled more cleanly.
160
+ /// <para/>
161
+ /// For simplicity, only names within the same scope depth are currently supported.
162
+ /// This should cover most real world use cases since
163
+ /// if something is nested and has the parent name as a prefix,
164
+ /// then the prefix is likely unnecessary.
165
/// </remarks>
166
/// <example>
167
/// For example, <c>PerformanceCounterDescriptionARM</c> can be used as a referenced prefix for <c>PerformanceCounterDescriptionARMName</c>.
0 commit comments