diff --git a/src/Magnum/Math/Constants.h b/src/Magnum/Math/Constants.h index 5642f4be8..855c14890 100644 --- a/src/Magnum/Math/Constants.h +++ b/src/Magnum/Math/Constants.h @@ -62,7 +62,7 @@ template struct Constants { /** * @brief Tau * - * Or two pi. + * Or two pi. See the [Tau manifesto](https://www.tauday.com/tau-manifesto). * @see @ref pi(), @ref piHalf(), @ref Deg, @ref Rad */ static constexpr T tau();