1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Docs: Fix some missing Doxygen tags

This commit is contained in:
Tom Poole 2023-10-20 11:19:15 +01:00
parent 82bc9f3195
commit c474cb2469
10 changed files with 23 additions and 18 deletions

View file

@ -208,6 +208,8 @@ constexpr bool exactlyEqual (Type a, Type b)
/** A class encapsulating both relative and absolute tolerances for use in floating-point comparisons.
@see approximatelyEqual, absoluteTolerance, relativeTolerance
@tags{Core}
*/
template <typename Type>
class Tolerance