Skip to content

Commit

Permalink
Fix doc style
Browse files Browse the repository at this point in the history
  • Loading branch information
JMS55 committed Jun 8, 2024
1 parent 067b328 commit 932a525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_pbr/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub mod wireframe;
/// Expect bugs, missing features, compatibility issues, low performance, and/or future breaking changes.
#[cfg(feature = "meshlet")]
pub mod experimental {
//! Render high-poly 3d meshes using an efficient GPU-driven method. See [`MeshletPlugin`] and [`MeshletMesh`] for details.
/// Render high-poly 3d meshes using an efficient GPU-driven method. See [`MeshletPlugin`] and [`MeshletMesh`] for details.
pub mod meshlet {
pub use crate::meshlet::*;
}
Expand Down

0 comments on commit 932a525

Please sign in to comment.