From b93ff4817324aa4b1913c161b29d380bc4ff4146 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 20 Dec 2006 04:58:26 +0000 Subject: Added descriptive text for settings and setting types, and display it in the option config UI. --- src/include/gpxe/settings.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/include') diff --git a/src/include/gpxe/settings.h b/src/include/gpxe/settings.h index f84378afd..d5be524d9 100644 --- a/src/include/gpxe/settings.h +++ b/src/include/gpxe/settings.h @@ -40,6 +40,8 @@ struct config_setting_type { * This is the name exposed to the user (e.g. "string"). */ const char *name; + /** Description */ + const char *description; /** Show value of setting * * @v context Configuration context @@ -79,6 +81,8 @@ struct config_setting { * dhcp-options(5)). */ const char *name; + /** Description */ + const char *description; /** DHCP option tag * * This is the DHCP tag used to identify the option in DHCP -- cgit v1.2.3-55-g7522