Added descriptive text for settings and setting types, and display it in

the option config UI.
This commit is contained in:
Michael Brown
2006-12-20 04:58:26 +00:00
parent 35edecac34
commit b93ff48173
3 changed files with 87 additions and 10 deletions

View File

@@ -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