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:
@@ -60,8 +60,8 @@ public enum SiteCallRelayOutcome
|
||||
/// </param>
|
||||
/// <param name="RequestedBy">
|
||||
/// The authenticated operator who initiated the retry, stamped as the <c>Actor</c>
|
||||
/// on the central direct-write audit row the relay emits — recording *who asked*
|
||||
/// (Task 14). Additive; null where no identity is available.
|
||||
/// on the central direct-write audit row the relay emits — recording *who asked*.
|
||||
/// Additive; null where no identity is available.
|
||||
/// </param>
|
||||
public sealed record RetrySiteCallRequest(
|
||||
string CorrelationId,
|
||||
|
||||
Reference in New Issue
Block a user