You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specs/tasks/M6-release/TASK-043.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,12 @@
8
8
Update inline documentation on every renamed and reshaped public method so generated docs match the v2.0 surface.
9
9
10
10
**Action Items:**
11
-
-[] Audit every public `*.hpp`: each public method has a `///` comment block describing parameters, return value, exception spec, and (where relevant) lifetime / threading notes.
-[] Document the threading contract on `webserver` class-level comment (per DR-008 distilled).
14
-
-[] Document error propagation on `internal_error_handler` setter and on the `webserver::run`/dispatch boundary (per DR-009).
15
-
-[] Document each `feature_unavailable` throw site (which method, which flag).
16
-
-[] Run `doxygen` and verify no warnings about missing or stale references.
11
+
-[x] Audit every public `*.hpp`: each public method has a `///` comment block describing parameters, return value, exception spec, and (where relevant) lifetime / threading notes.
0 commit comments