document dict with option's information
This commit is contained in:
parent
697bf0ee02
commit
df7f33e786
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class ParamAnnotator:
|
|||
msg = _(f'function "{param.text}" must only set has first parameter')
|
||||
raise DictConsistencyError(msg, 75, param.xmlfiles)
|
||||
elif param.type == 'information':
|
||||
if hasattr(param, 'variable'):
|
||||
if not self.objectspace.just_doc and hasattr(param, 'variable'):
|
||||
try:
|
||||
param.variable = self.objectspace.paths.get_family(param.variable,
|
||||
current_namespace=obj.namespace,
|
||||
|
|
Loading…
Reference in a new issue