-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
StorEng - Defined Pipeline
-
5
In WT-8274 the dist/function.py script was extended to pass over all the source files. This resulted in A LOT of function header comments being added to non-core library code (like tests, examples, utility files, etc).
There are many functions with this as their header:
/* * <function_name> -- * TODO: Add a comment describing this function. */
Those missing comments should be filled in with something useful.