Multi-line comments cleanup (#19535)

This commit is contained in:
qwewer0
2020-09-28 21:53:50 +02:00
committed by Scott Lahteine
parent 3453d2d17a
commit 04a712dacc
131 changed files with 11 additions and 176 deletions

View File

@ -11,7 +11,6 @@
* any later version. The code is distributed WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
*
*/
/**

View File

@ -11,7 +11,6 @@
* any later version. The code is distributed WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
*
*/
#pragma once

View File

@ -51,7 +51,6 @@
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/
#include "../../inc/MarlinConfig.h"

View File

@ -1632,7 +1632,6 @@ void update_variable() {
* TODO: New code can follow the pattern of menu_media.cpp
* and rely on Marlin caching for performance. No need to
* cache files here.
*
*/
#ifndef strcasecmp_P

View File

@ -42,7 +42,6 @@ constexpr uint32_t flash_eeprom_version = 1;
* 0 16 DATA STORAGE AREA
* 16 1 VERSIONING DATA
* 17 inf MEDIA STORAGE AREA
*
*/
#define DATA_STORAGE_SIZE_64K

View File

@ -32,7 +32,6 @@
* Selecting an LCD Display
* Version 2.1
* Issue Date: 2017-11-14
*
*/
#define COMPUTE_REGS_FROM_DATASHEET \
constexpr uint16_t Hoffset = thfp + thb - 1; \

View File

@ -109,7 +109,6 @@ namespace FTDI {
* - Handles auto-repetition by sending onTouchHeld to the active screen periodically.
* - Plays touch feedback "click" sounds when appropriate.
* - Performs debouncing to supress spurious touch events.
*
*/
void EventLoop::process_events() {
// If the LCD is processing commands, don't check

View File

@ -49,7 +49,6 @@
* ...
* }
* }
*
*/
class PolyReader {

View File

@ -375,7 +375,6 @@ namespace ExtUI {
* constexpr float increment = 10;
*
* UI_INCREMENT(TargetTemp_celsius, E0)
*
*/
#define UI_INCREMENT_BY(method, inc, ...) ExtUI::set ## method(ExtUI::get ## method (__VA_ARGS__) + inc, ##__VA_ARGS__)
#define UI_DECREMENT_BY(method, inc, ...) ExtUI::set ## method(ExtUI::get ## method (__VA_ARGS__) - inc, ##__VA_ARGS__)

View File

@ -26,7 +26,6 @@
*
* LCD Menu Messages
* See also https://marlinfw.org/docs/development/lcd_language.html
*
*/
#define DISPLAY_CHARSET_ISO10646_1

View File

@ -26,7 +26,6 @@
*
* LCD Menu Messages
* See also https://marlinfw.org/docs/development/lcd_language.html
*
*/
#define DISPLAY_CHARSET_ISO10646_5

View File

@ -26,7 +26,6 @@
*
* LCD Menu Messages
* See also https://marlinfw.org/docs/development/lcd_language.html
*
*/
namespace Language_ca {
using namespace Language_en; // Inherit undefined strings from English

View File

@ -31,7 +31,6 @@
* Translated by Petr Zahradnik, Computer Laboratory
* Blog and video blog Zahradnik se bavi
* https://www.zahradniksebavi.cz
*
*/
#define DISPLAY_CHARSET_ISO10646_CZ

View File

@ -26,7 +26,6 @@
*
* LCD Menu Messages
* See also https://marlinfw.org/docs/development/lcd_language.html
*
*/
#define DISPLAY_CHARSET_ISO10646_1

View File

@ -26,7 +26,6 @@
*
* LCD Menu Messages
* See also https://marlinfw.org/docs/development/lcd_language.html
*
*/
namespace Language_de {

View File

@ -26,7 +26,6 @@
*
* LCD Menu Messages
* See also https://marlinfw.org/docs/development/lcd_language.html
*
*/
#define DISPLAY_CHARSET_ISO10646_GREEK

View File

@ -26,7 +26,6 @@
*
* LCD Menu Messages
* See also https://marlinfw.org/docs/development/lcd_language.html
*
*/
#define DISPLAY_CHARSET_ISO10646_GREEK

View File

@ -26,7 +26,6 @@
*
* LCD Menu Messages
* See also https://marlinfw.org/docs/development/lcd_language.html
*
*/
#define en 1234

View File

@ -26,7 +26,6 @@
*
* LCD Menu Messages
* See also https://marlinfw.org/docs/development/lcd_language.html
*
*/
namespace Language_es {

View File

@ -26,7 +26,6 @@
*
* LCD Menu Messages
* See also https://marlinfw.org/docs/development/lcd_language.html
*
*/
#define DISPLAY_CHARSET_ISO10646_1

View File

@ -26,7 +26,6 @@
*
* LCD Menu Messages
* See also https://marlinfw.org/docs/development/lcd_language.html
*
*/
#define DISPLAY_CHARSET_ISO10646_1

View File

@ -26,7 +26,6 @@
*
* LCD Menu Messages
* See also https://marlinfw.org/docs/development/lcd_language.html
*
*/
#define DISPLAY_CHARSET_ISO10646_1

View File

@ -26,7 +26,6 @@
*
* LCD Menu Messages
* See also https://marlinfw.org/docs/development/lcd_language.html
*
*/
#define DISPLAY_CHARSET_ISO10646_1

View File

@ -26,7 +26,6 @@
*
* LCD Menu Messages
* See also https://marlinfw.org/docs/development/lcd_language.html
*
*/
#define DISPLAY_CHARSET_ISO10646_1 // use the better font on full graphic displays.

View File

@ -29,7 +29,6 @@
* A Magyar fordítást készítette: AntoszHUN
*
*
*
*/
namespace Language_hu {

View File

@ -26,7 +26,6 @@
*
* LCD Menu Messages
* See also https://marlinfw.org/docs/development/lcd_language.html
*
*/
#define DISPLAY_CHARSET_ISO10646_1

View File

@ -27,7 +27,6 @@
*
* LCD Menu Messages
* See also https://marlinfw.org/docs/development/lcd_language.html
*
*/
//#define DISPLAY_CHARSET_ISO10646_KANA

View File

@ -26,7 +26,6 @@
*
* LCD Menu Messages
* See also https://marlinfw.org/docs/development/lcd_language.html
*
*/
namespace Language_ko_KR {
using namespace Language_en; // Inherit undefined strings from English

View File

@ -26,7 +26,6 @@
*
* LCD Menu Messages
* See also https://marlinfw.org/docs/development/lcd_language.html
*
*/
#define DISPLAY_CHARSET_ISO10646_1

View File

@ -26,7 +26,6 @@
*
* LCD Menu Messages
* See also https://marlinfw.org/docs/development/lcd_language.html
*
*/
#define DISPLAY_CHARSET_ISO10646_PL

View File

@ -27,7 +27,6 @@
*
* LCD Menu Messages
* See also https://marlinfw.org/docs/development/lcd_language.html
*
*/
#define DISPLAY_CHARSET_ISO10646_1

View File

@ -27,7 +27,6 @@
*
* LCD Menu Messages
* See also https://marlinfw.org/docs/development/lcd_language.html
*
*/
namespace Language_pt_br {
using namespace Language_en; // Inherit undefined strings from English

View File

@ -26,7 +26,6 @@
*
* LCD Menu Messages
* See also https://marlinfw.org/docs/development/lcd_language.html
*
*/
#define DISPLAY_CHARSET_ISO10646_5

View File

@ -30,7 +30,6 @@
*
* Translated by Michal Holeš, Farma MaM
* https://www.facebook.com/farmamam
*
*/
#define DISPLAY_CHARSET_ISO10646_SK

View File

@ -26,7 +26,6 @@
*
* LCD Menu Messages
* See also https://marlinfw.org/docs/development/lcd_language.html
*
*/
// Select ONE of the following Mappers.

View File

@ -30,7 +30,6 @@
* Bu çeviri dosyasındaki sorunlar ve düzeltmeler için iletişim;
* Contact for issues and corrections in this translation file;
* Yücel Temel - (info@elektromanyetix.com) - https://elektromanyetix.com/
*
*/
#define DISPLAY_CHARSET_ISO10646_TR

View File

@ -26,7 +26,6 @@
*
* LCD Menu Messages
* See also https://marlinfw.org/docs/development/lcd_language.html
*
*/
#define DISPLAY_CHARSET_ISO10646_5

View File

@ -26,7 +26,6 @@
*
* LCD Menu Messages
* See also https://marlinfw.org/docs/development/lcd_language.html
*
*/
namespace Language_vi {
using namespace Language_en; // Inherit undefined strings from English

View File

@ -26,7 +26,6 @@
*
* LCD Menu Messages
* See also https://marlinfw.org/docs/development/lcd_language.html
*
*/
namespace Language_zh_CN {
using namespace Language_en; // Inherit undefined strings from English

View File

@ -26,7 +26,6 @@
*
* LCD Menu Messages
* See also https://marlinfw.org/docs/development/lcd_language.html
*
*/
namespace Language_zh_TW {
using namespace Language_en; // Inherit undefined strings from English

View File

@ -101,9 +101,7 @@ void _menu_temp_filament_op(const PauseMode mode, const int8_t extruder) {
}
/**
*
* "Change Filament" submenu
*
*/
#if E_STEPPERS > 1 || ENABLED(FILAMENT_LOAD_UNLOAD_GCODES)