diff options
Diffstat (limited to 'src/include/gpxe')
| -rw-r--r-- | src/include/gpxe/settings.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
