docs(xml): fill missing XML doc comments + strip task-tracking refs across src (fixdocs)
Add missing <summary>/<param>/<returns>/<typeparam> tags and switch interface implementations to <inheritdoc/> across 106 files; strip project bookkeeping identifiers (Task NN, #05-TNN, PLAN-04, StoreAndForward-0NN) from shipped code comments while preserving the descriptive rationale. Comment-only: zero code-logic lines changed; solution builds 0/0. Claude-Session: https://claude.ai/code/session_01MtdgwpEeCUn6cUA5f1LMPj
This commit is contained in:
@@ -32,6 +32,7 @@ public sealed class TriggerCompileSurface
|
||||
public sealed class ReadOnlyAttributes
|
||||
{
|
||||
/// <summary>Mirrors <c>ReadOnlyAttributes.this[string]</c>.</summary>
|
||||
/// <param name="key">The attribute name to look up.</param>
|
||||
public object? this[string key] => throw new NotSupportedException(CompileOnly);
|
||||
}
|
||||
|
||||
@@ -46,6 +47,7 @@ public sealed class TriggerCompileSurface
|
||||
public sealed class ReadOnlyChildren
|
||||
{
|
||||
/// <summary>Mirrors <c>ReadOnlyChildren.this[string]</c>.</summary>
|
||||
/// <param name="compositionName">The composition name to look up.</param>
|
||||
public ReadOnlyComposition this[string compositionName] => throw new NotSupportedException(CompileOnly);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user