[config-ref] support URIOpt/HostnameOpt to auto config doc tool
Change-Id: Ib045b60de82cd3761503d2e329eddcbbd044925e
This commit is contained in:
parent
858b94199d
commit
c8f4375527
@ -54,10 +54,12 @@ _TYPE_DESCRIPTIONS = {
|
||||
cfg.IntOpt: 'Integer',
|
||||
cfg.IPOpt: 'IP',
|
||||
cfg.FloatOpt: 'Floating point',
|
||||
cfg.HostnameOpt: 'Hostname',
|
||||
cfg.ListOpt: 'List',
|
||||
cfg.DictOpt: 'Dict',
|
||||
cfg.PortOpt: 'Port number',
|
||||
cfg.MultiStrOpt: 'Multi-valued',
|
||||
cfg.URIOpt: 'URI',
|
||||
cfg._ConfigFileOpt: 'List of filenames',
|
||||
cfg._ConfigDirOpt: 'List of directory names',
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user