File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,8 @@ pub fn print_schedule_graph(app: &mut App, schedule_label: impl ScheduleLabel) {
5050}
5151
5252/// Returns the current render graph using
53- /// [`render_graph_dot`](render_graph::render_graph_dot). # Example
53+ /// [`render_graph_dot`](render_graph::render_graph_dot).
54+ /// # Example
5455/// ```rust,no_run
5556/// use bevy::prelude::*;
5657///
@@ -75,7 +76,8 @@ pub fn render_graph_dot(app: &App, settings: &render_graph::Settings) -> String
7576}
7677
7778/// Prints the current render graph using
78- /// [`render_graph_dot`](render_graph::render_graph_dot). # Example
79+ /// [`render_graph_dot`](render_graph::render_graph_dot).
80+ /// # Example
7981/// ```rust,no_run
8082/// use bevy::prelude::*;
8183///
You can’t perform that action at this time.
0 commit comments