From dede93e0fd1bed97180b5b19d666f2f477c0bc9e Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Mon, 27 Mar 2017 16:38:53 +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/HostOS-Focus.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/Kaleidoscope/HostOS-Focus.h b/src/Kaleidoscope/HostOS-Focus.h index 9d77614d..be312054 100644 --- a/src/Kaleidoscope/HostOS-Focus.h +++ b/src/Kaleidoscope/HostOS-Focus.h @@ -26,9 +26,5 @@ namespace KaleidoscopePlugins { }; }; -#define FOCUS_HOOK_HOSTOS \ - FOCUS_HOOK(KaleidoscopePlugins::HostOS::Focus, \ - "hostos.type [TYPE]\n" \ - "------------------\n" \ - "Set the OS type to `TYPE`; or display the " \ - "type, when called without arguments.") +#define FOCUS_HOOK_HOSTOS \ + FOCUS_HOOK(KaleidoscopePlugins::HostOS::Focus, "hostos.type")