Need "s in comments macro

This commit is contained in:
David Dorsey
2019-10-17 08:52:05 -07:00
parent 848f32f408
commit 2f388cd6cb
+1 -1
View File
@@ -100,7 +100,7 @@ def generate_macros(REPO_PATH):
if 'definition' not in macro:
macro['definition'] = "`comment({0})`".format(macro['description'])
macro['definition'] = "`comment(\"{0}\")`".format(macro['description'])
macros.append(macro)
return macros