Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
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.
Attachments
For Gerrit Dashboard: GOCBC-923 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
130498,3 | GOCBC-923: Add type to const declarations to improve docs | master | gocb | Status: MERGED | +2 | +1 |
Build couchbase-server-7.0.0-3115 contains gocb commit a3720ed with commit message:
GOCBC-923: Add type to const declarations to improve docs