We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
# Example
1 parent b0f722b commit 23bb763Copy full SHA for 23bb763
1 file changed
src/lib.rs
@@ -50,7 +50,8 @@ pub fn print_schedule_graph(app: &mut App, schedule_label: impl ScheduleLabel) {
50
}
51
52
/// Returns the current render graph using
53
-/// [`render_graph_dot`](render_graph::render_graph_dot). # Example
+/// [`render_graph_dot`](render_graph::render_graph_dot).
54
+/// # Example
55
/// ```rust,no_run
56
/// use bevy::prelude::*;
57
///
@@ -75,7 +76,8 @@ pub fn render_graph_dot(app: &App, settings: &render_graph::Settings) -> String
75
76
77
78
/// Prints the current render graph using
79
80
81
82
83
0 commit comments