diff --git a/src/functions/interaction.rs b/src/functions/interaction.rs index 31c2e71..5e63621 100644 --- a/src/functions/interaction.rs +++ b/src/functions/interaction.rs @@ -1,7 +1,5 @@ //! # [Interaction](https://mujoco.readthedocs.io/en/stable/APIreference/APIfunctions.html#interaction) //! -//! -//! //! These functions implement abstract mouse interactions, allowing control over cameras and perturbations. //! Their use is well illustrated in [simulate](https://mujoco.readthedocs.io/en/stable/programming/samples.html#sasimulate).