typegen: add shorthand for type/property links
This commit is contained in:
parent
11ff70f1a8
commit
db5c3aa3f4
3 changed files with 115 additions and 24 deletions
|
|
@ -36,7 +36,8 @@ fn main() -> anyhow::Result<()> {
|
|||
.collect::<Result<HashMap<_, _>, _>>()?;
|
||||
|
||||
let parser = parse::Parser::new();
|
||||
let mut ctx = parse::ParseContext::default();
|
||||
let mut ctx = parse::ParseContext::new(&module.header.name);
|
||||
|
||||
texts
|
||||
.iter()
|
||||
.map(|(header, text)| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue