zed/crates/gpui/src
Marshall Bowers 01f06f96a1
Update tenses of doc comment summary lines (#4161)
This PR updates the tenses used by the summary line of doc comments to
match the [Rust API documentation
conventions](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#summary-sentence).

Specifically:

> The summary line should be written in third person singular present
indicative form. Basically, this means write ‘Returns’ instead of
‘Return’.

I'm sure there are plenty occurrences that I missed.

Release Notes:

- N/A
2024-01-19 11:18:50 -05:00
..
app Update tenses of doc comment summary lines (#4161) 2024-01-19 11:18:50 -05:00
elements Fix right click handler for tabs 2024-01-18 12:10:38 -07:00
keymap Merge branch 'main' into fix-typos 2024-01-17 14:36:03 -08:00
platform gpui: Bring back family and style names in font name suggestions 2024-01-18 12:10:17 +01:00
text_system Update method name and partially document platform crate 2024-01-17 14:07:57 -08:00
action.rs Add remaining tests 2024-01-10 19:39:43 -08:00
app.rs Update tenses of doc comment summary lines (#4161) 2024-01-19 11:18:50 -05:00
arena.rs Ensure ArenaRef pointers are aligned to their contained type 2024-01-10 10:36:08 -08:00
assets.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
color.rs Remove some comments 2024-01-12 20:10:40 -08:00
element.rs Pull out fluent builder helpers into re-usable trait 2024-01-18 15:31:31 -08:00
executor.rs Update tenses of doc comment summary lines (#4161) 2024-01-19 11:18:50 -05:00
geometry.rs Start on caching views 2024-01-08 19:07:20 +01:00
gpui.rs Fix canary 2024-01-17 17:03:17 -08:00
image_cache.rs gpui: Add SharedUrl type (#3975) 2024-01-09 10:55:49 -05:00
input.rs Clean up references in doc comments (#3983) 2024-01-09 14:48:48 -05:00
interactive.rs Fix draw helper, add helper traits for selecting groupings of input events 2024-01-16 22:19:55 -08:00
key_dispatch.rs Preserve tooltips requested by cached views 2024-01-15 19:19:27 +01:00
platform.rs gpui: Bring back family and style names in font name suggestions 2024-01-18 12:10:17 +01:00
prelude.rs Pull out fluent builder helpers into re-usable trait 2024-01-18 15:31:31 -08:00
scene.rs Update method name and partially document platform crate 2024-01-17 14:07:57 -08:00
shared_string.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
shared_url.rs gpui: Add SharedUrl type (#3975) 2024-01-09 10:55:49 -05:00
style.rs Revert "Store a z-index id per-layer (#4128)" 2024-01-18 13:28:23 -07:00
styled.rs Rename overflow_hidden_{x,y} to overflow_{x,y}_hidden (#4146) 2024-01-18 22:10:41 -05:00
subscription.rs Clean up references in doc comments (#3983) 2024-01-09 14:48:48 -05:00
svg_renderer.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
taffy.rs Revert "Use taffy to retrieve the parent for a given layout node" 2024-01-16 10:44:24 -05:00
test.rs Resolve more todos 2024-01-09 15:08:05 -08:00
text_system.rs gpui: Bring back family and style names in font name suggestions 2024-01-18 12:10:17 +01:00
util.rs Pull out fluent builder helpers into re-usable trait 2024-01-18 15:31:31 -08:00
view.rs Update tenses of doc comment summary lines (#4161) 2024-01-19 11:18:50 -05:00
window.rs Update tenses of doc comment summary lines (#4161) 2024-01-19 11:18:50 -05:00