We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ac244 commit f45e56bCopy full SHA for f45e56b
compiler/scripts/libdocs.py
@@ -338,7 +338,10 @@ def main():
338
if header in PREFIXES:
339
print(PREFIXES[header])
340
print(Colors.cyan("## ") + Colors.blue(yaksha_mod))
341
+ summary_file.append("# --------------------------------------------------")
342
summary_file.append(header)
343
344
+
345
print("```yaksha")
346
347
for f in structures[yaksha_mod]["macros"]:
@@ -367,6 +370,7 @@ def main():
367
370
print(buf.build_color())
368
371
summary_file.append(buf.build())
369
372
373
+ summary_file.append("\n")
374
print("```")
375
print()
376
0 commit comments