Skip to content

Commit 23bb763

Browse files
docs: fix # Example not being rendered as section
1 parent b0f722b commit 23bb763

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/lib.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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
///

0 commit comments

Comments
 (0)