Undefined name: preceding_comments -> preceding_comments.message. (#1720)
Signed-off-by: Christian Clauss <cclauss@me.com>master
parent
d3473fca4a
commit
aeb8a10c01
|
@ -179,7 +179,7 @@ def GenerateDocumentation(output_file, root):
|
||||||
assert message.name not in output_dict
|
assert message.name not in output_dict
|
||||||
output_dict[message.name] = content
|
output_dict[message.name] = content
|
||||||
if message.preceding_comments:
|
if message.preceding_comments:
|
||||||
content.extend(preceding_comments)
|
content.extend(message.preceding_comments)
|
||||||
content.append('')
|
content.append('')
|
||||||
for option_type, option_name, option_comments in message.options:
|
for option_type, option_name, option_comments in message.options:
|
||||||
# TODO(whess): For now we exclude InitialTrajectoryPose from the
|
# TODO(whess): For now we exclude InitialTrajectoryPose from the
|
||||||
|
|
Loading…
Reference in New Issue