-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Fix style of crdb_internal.probe_ranges generated function documentation #84758
Copy link
Copy link
Closed
Labels
A-observability-infC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
Description
Describe the problem
The definition for crdb_internal.probe_ranges added in #79546 should follow the documentation style (that is, a 1 line definition) used by other functions. This does not conform to the style of the other definitions:
The heading over the table should not include the function signature, but should be TUPLE Functions.
If more detailed documentation is required it should be added in a separate documentation page, not the function reference.
Jira issue: CRDB-17848
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-observability-infC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.