diff --git a/Marlin/src/module/temperature.h b/Marlin/src/module/temperature.h index 9850050716..444bd98a4b 100644 --- a/Marlin/src/module/temperature.h +++ b/Marlin/src/module/temperature.h @@ -977,9 +977,11 @@ class Temperature { #endif #endif - // High level conversion routines, for use outside of temperature.cpp - // inline so that there is no performance decrease. - // deg=degreeCelsius + /** + * High level conversion routines, for use outside of temperature.cpp + * inline so that there is no performance decrease. + * deg=degreeCelsius + */ static celsius_float_t degHotend(const uint8_t E_NAME) { return TERN0(HAS_HOTEND, temp_hotend[HOTEND_INDEX].celsius);