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

@ -43,9 +43,5 @@ namespace KaleidoscopePlugins {
extern KaleidoscopePlugins::EEPROMColormapEffect EEPROMColormapEffect; extern KaleidoscopePlugins::EEPROMColormapEffect EEPROMColormapEffect;
#define FOCUS_HOOK_COLORMAP FOCUS_HOOK(EEPROMColormapEffect.focusHook, \ #define FOCUS_HOOK_COLORMAP FOCUS_HOOK(EEPROMColormapEffect.focusHook, \
"colormap.palette [<R G B>...]\n" \ "colormap.palette\n" \
"-----------------------------\n" \ "colormap.map")
"Display or set the palette. Limited to 15 colors.\n\n" \
"colormap.map [index ...]\n" \
"------------------------\n" \
"Display or set the color map.")

Loading…
Cancel
Save