@@ -328,7 +328,7 @@ impl WindowAttributes {
328328 ///
329329 /// **Android / iOS / X11 / Wayland / Orbital:** Unsupported.
330330 ///
331- /// [`WindowEvent::Focused`]: crate::event::WindowEvent::Focused.
331+ /// [`WindowEvent::Focused`]: crate::event::WindowEvent::Focused
332332 #[ inline]
333333 pub fn with_active ( mut self , active : bool ) -> Self {
334334 self . active = active;
@@ -1943,15 +1943,15 @@ bitflags! {
19431943pub struct ImeRequestData {
19441944 /// Text input hint and purpose.
19451945 ///
1946- /// To support updating it, enable [`ImeCapabilities::HINT_AND_PURPOSE `].
1946+ /// To support updating it, enable [`ImeCapabilities::hint_and_purpose() `].
19471947 pub hint_and_purpose : Option < ( ImeHint , ImePurpose ) > ,
19481948 /// The IME cursor area which should not be covered by the input method popup.
19491949 ///
1950- /// To support updating it, enable [`ImeCapabilities::CURSOR_AREA `].
1950+ /// To support updating it, enable [`ImeCapabilities::cursor_area() `].
19511951 pub cursor_area : Option < ( Position , Size ) > ,
19521952 /// The text surrounding the caret
19531953 ///
1954- /// To support updating it, enable [`ImeCapabilities::SURROUNDING_TEXT `].
1954+ /// To support updating it, enable [`ImeCapabilities::surrounding_text() `].
19551955 pub surrounding_text : Option < ImeSurroundingText > ,
19561956}
19571957
0 commit comments