zed: Promote comment to a doc comment (#44031)
This PR promotes a line comment above a variant member to a doc comment, so that the docs show up on hover. Release Notes: - N/A
This commit is contained in:
@@ -54,7 +54,7 @@ pub enum OpenRequestKind {
|
||||
schema_path: String,
|
||||
},
|
||||
Setting {
|
||||
// None just opens settings without navigating to a specific path
|
||||
/// `None` opens settings without navigating to a specific path.
|
||||
setting_path: Option<String>,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user