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 <algernon@madhouse-project.org>
pull/389/head
Gergely Nagy 8 years ago
parent 2eb9cd4972
commit a407ac3fea

@ -42,10 +42,6 @@ namespace KaleidoscopePlugins {
extern KaleidoscopePlugins::EEPROMColormapEffect EEPROMColormapEffect;
#define FOCUS_HOOK_COLORMAP FOCUS_HOOK(EEPROMColormapEffect.focusHook, \
"colormap.palette [<R G B>...]\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")

Loading…
Cancel
Save