Skip to content

Commit 4d29015

Browse files
committed
fix global documentation export
1 parent 35ba4c1 commit 4d29015

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/emmylua_doc_cli/src/markdown_generator/gen/global_gen.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ pub fn generate_global_markdown(
3030
let decl = db.get_decl_index().get_decl(decl_id)?;
3131
let name = decl.get_name();
3232
doc.name = name.to_string();
33+
doc.property = collect_property(db, LuaSemanticDeclId::LuaDecl(decl.get_id()));
3334

3435
let mut template_name = "lua_global_template.tl";
3536
match &decl.get_type()? {

0 commit comments

Comments
 (0)