Details
-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
-
1
Description
Add type to const declarations to improve docs and use iota where possible to initialize constants.
The way constants were previously defined did not cause their
documentation to be included with the type definition documentation.
This is corrected by explicitly adding the type to the const
declaration.