Skip to content

Commit b4f80c2

Browse files
committed
Add module level documentation for collide_aabb (#2152)
Related to #2105. Doc comments are present on the `collide` function, but not on the module level.
1 parent b23b23a commit b4f80c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/bevy_sprite/src/collide_aabb.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//! Utilities for detecting if and on which side two axis-aligned bounding boxes (AABB) collide.
2+
13
use bevy_math::{Vec2, Vec3};
24

35
#[derive(Debug)]

0 commit comments

Comments
 (0)