Skip to content

Commit

Permalink
📝 自举生成文档(bushi)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowykami committed Aug 29, 2024
1 parent c0417fd commit 1584069
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/api/style/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def generate(parser: AstParser, lang: str, frontmatter: Optional[dict]=None, sty
'遍历变量'
for var in parser.variables:
if var.docs is not None and litedoc_hide not in var.docs:
print(var.docs)
md += f'### ***var*** `{var.name} = {var.value}`\n\n'
if var.type != TypeHint.NO_TYPEHINT:
md += f"- **{get_text(lang, 'type')}**: `{var.type}`\n\n"
Expand Down

0 comments on commit 1584069

Please sign in to comment.