From a407ac3feae8b6660d51c6864b07fbf6f23f5710 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Mon, 27 Mar 2017 16:37:41 +0200 Subject: [PATCH] Instead of full docs, only document the commands Full documentation takes way too much space, and command names are a reasonable compromise for discoverability. Signed-off-by: Gergely Nagy --- src/Kaleidoscope/EEPROM-Colormap.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/Kaleidoscope/EEPROM-Colormap.h b/src/Kaleidoscope/EEPROM-Colormap.h index c8d80566..1c7adacf 100644 --- a/src/Kaleidoscope/EEPROM-Colormap.h +++ b/src/Kaleidoscope/EEPROM-Colormap.h @@ -42,10 +42,6 @@ namespace KaleidoscopePlugins { extern KaleidoscopePlugins::EEPROMColormapEffect EEPROMColormapEffect; -#define FOCUS_HOOK_COLORMAP FOCUS_HOOK(EEPROMColormapEffect.focusHook, \ - "colormap.palette [...]\n" \ - "-----------------------------\n" \ - "Display or set the palette. Limited to 15 colors.\n\n" \ - "colormap.map [index ...]\n" \ - "------------------------\n" \ - "Display or set the color map.") +#define FOCUS_HOOK_COLORMAP FOCUS_HOOK(EEPROMColormapEffect.focusHook, \ + "colormap.palette\n" \ + "colormap.map")