From dcfc6348ed1dd72f43a7ca734d570aac71c26e17 Mon Sep 17 00:00:00 2001 From: Marek Bel Date: Thu, 16 May 2019 17:22:47 +0200 Subject: [PATCH] Fix documentation. --- Firmware/menu.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Firmware/menu.cpp b/Firmware/menu.cpp index cf0c368b..6c4fd7be 100755 --- a/Firmware/menu.cpp +++ b/Firmware/menu.cpp @@ -351,7 +351,6 @@ void menu_draw_P(char chr, const char* str, int16_t val) //! @brief Draw up to 10 chars of text and a float number in format from +0.0 to +12345.0. The increased range is necessary //! for displaying large values of extruder positions, which caused text overflow in the previous implementation. //! -//! @param chr first character to print on the line //! @param str string label to print //! @param val value to print aligned to the right side of the display //!