Add missing link to `conversion::fullscreen`

This commit is contained in:
Héctor Ramón Jiménez 2020-04-02 03:21:34 +02:00
parent 7d40b76b02
commit 15aa40df40
1 changed files with 2 additions and 1 deletions

View File

@ -90,7 +90,8 @@ pub fn window_event(
/// Converts a [`Mode`] to a [`winit`] fullscreen mode.
///
/// [`Mode`]:
/// [`Mode`]: ../enum.Mode.html
/// [`winit`]: https://github.com/rust-windowing/winit
pub fn fullscreen(
monitor: winit::monitor::MonitorHandle,
mode: Mode,