Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ElunaLuaEngine/Eluna
Browse files Browse the repository at this point in the history
  • Loading branch information
Foereaper committed Nov 14, 2024
2 parents 9af551a + feef5f0 commit fbbae54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/ElunaDoc/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def __init__(self, name, description, tables, prototypes, parameters, returned):
html_tables = []

for table in tables:
print("-------------")
# Generate Markdown Table for each table
md_table = '| ' + ' | '.join(table['columns']) + ' |\n' # Header
md_table += '| ' + ' | '.join(['---'] * len(table['columns'])) + ' |\n' # Separator
Expand Down

0 comments on commit fbbae54

Please sign in to comment.