Skip to content

Commit

Permalink
Add module level documentation for collide_aabb (#2152)
Browse files Browse the repository at this point in the history
Related to #2105.

Doc comments are present on the `collide` function, but not on the module level.
  • Loading branch information
Nilirad committed May 14, 2021
1 parent b23b23a commit b4f80c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/bevy_sprite/src/collide_aabb.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//! Utilities for detecting if and on which side two axis-aligned bounding boxes (AABB) collide.

use bevy_math::{Vec2, Vec3};

#[derive(Debug)]
Expand Down

0 comments on commit b4f80c2

Please sign in to comment.