diff --git a/include/menuIntInput.h b/include/menuIntInput.h index 58c665c..637285a 100644 --- a/include/menuIntInput.h +++ b/include/menuIntInput.h @@ -105,7 +105,6 @@ public: /** * @brief Set the minium and the maximum for all entries * - * @param valueNumber the entry * @param min * @param max */ @@ -124,7 +123,6 @@ public: /** * @brief Set the minium, the maximum and the steps for all entries * - * @param valueNumber the entry * @param min * @param max * @param steps for increment and decrement