aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/swarm
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-12-15 13:53:46 +0930
committermat <git@matdoes.dev>2025-12-15 13:53:46 +0930
commitaab9f56da20a36347fe31557377e07a47c114dc6 (patch)
tree15c81634d92eed995a85a65b05584ae216207163 /azalea/src/swarm
parent9745766cff8907e6c6bb87b4ab852acaeadd6ef9 (diff)
downloadazalea-drasl-aab9f56da20a36347fe31557377e07a47c114dc6.tar.xz
improve docs by enabling scraped examples and bevy trait tags
Diffstat (limited to 'azalea/src/swarm')
-rw-r--r--azalea/src/swarm/builder.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea/src/swarm/builder.rs b/azalea/src/swarm/builder.rs
index 412ec67e..4eae7eab 100644
--- a/azalea/src/swarm/builder.rs
+++ b/azalea/src/swarm/builder.rs
@@ -137,8 +137,8 @@ where
SS: Default + Send + Sync + Clone + Resource + 'static,
{
/// Set the function that's called every time a bot receives an
- /// [`enum@Event`]. This is the intended way to handle normal per-bot
- /// events.
+ /// [`Event`](crate::Event). This is the intended way to handle
+ /// normal per-bot events.
///
/// Currently you can have up to one handler.
///