Skip to content

Commit

Permalink
Merge pull request #335 from GuillaumeGomez/comment-to-doc-comment
Browse files Browse the repository at this point in the history
Turn comment into doc comment
  • Loading branch information
sebcrozet committed Mar 7, 2023
2 parents e9d023e + a2f3695 commit 7f0a612
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plugin/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ use std::marker::PhantomData;
pub type NoUserData = ();

/// A plugin responsible for setting up a full Rapier physics simulation pipeline and resources.
//
// This will automatically setup all the resources needed to run a physics simulation with the
// Rapier physics engine.
///
/// This will automatically setup all the resources needed to run a physics simulation with the
/// Rapier physics engine.
pub struct RapierPhysicsPlugin<PhysicsHooks = ()> {
physics_scale: f32,
default_system_setup: bool,
Expand Down

0 comments on commit 7f0a612

Please sign in to comment.