2
1
Fork 0

Merge branch 'frontend-rewrite'

This commit is contained in:
outfoxxed 2024-11-09 00:14:25 -08:00
commit 52514ee9fb
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
5 changed files with 191 additions and 146 deletions

View file

@ -4,6 +4,7 @@ use anyhow::{anyhow, Context};
mod outform;
mod parse;
mod reformat;
mod resolver;
mod typespec;
@ -133,6 +134,7 @@ hidetitle = true
}
let index = outform::ModuleIndex {
name: module.header.name.to_string(),
description: module.header.description,
details: module.details.to_string(),
};