Skip to content

Commit

Permalink
Update mavgen_cs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wshon committed Jan 31, 2023
1 parent 6b1e0c7 commit 18d1c88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generator/mavgen_cs.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ def generate_message_enums(f, xml):
if hasattr(fe, "deprecated") and fe.deprecated is True:
fe.name = '''[Obsolete]
%s''' % fe.name
for p in fe.param:
p.description = cleanText(p.description)

t.write(f, '''
${{enum:
Expand Down

0 comments on commit 18d1c88

Please sign in to comment.