From f1e7ab05eb209e00820d605196542c4ec1a52f28 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Mon, 27 Mar 2017 16:38:33 +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-Settings-Focus.h | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/src/Kaleidoscope/EEPROM-Settings-Focus.h b/src/Kaleidoscope/EEPROM-Settings-Focus.h index 72e038c8..54fc0f12 100644 --- a/src/Kaleidoscope/EEPROM-Settings-Focus.h +++ b/src/Kaleidoscope/EEPROM-Settings-Focus.h @@ -27,19 +27,9 @@ namespace FocusHooks { #define FOCUS_HOOK_SETTINGS FOCUS_HOOK(FocusHooks::settings, \ "settings.valid?\n" \ - "---------------\n" \ - "Return whether the EEPROM settings are valid, or not.\n\n" \ "settings.version\n" \ - "----------------\n" \ - "Return the version of the EEPROM settings.\n\n" \ - "settings.crc\n" \ - "------------\n" \ - "Return the CRC of the settings.") + "settings.crc") #define FOCUS_HOOK_EEPROM FOCUS_HOOK(FocusHooks::eeprom, \ "eeprom.dump\n" \ - "-----------\n" \ - "Dump the contents of EEPROM.\n\n" \ - "eeprom.upload BYTES...\n" \ - "----------------------\n" \ - "Upload `BYTES` to EEPROM.") + "eeprom.upload")