add more fancy things
All checks were successful
pyrite-dev/taiga/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-03-18 02:22:44 +09:00
commit 3cbcb8b1da
Signed by: nishi
GPG key ID: 27EF69B208EB9343
9 changed files with 109 additions and 64 deletions

View file

@ -306,7 +306,7 @@ open(OUT, ">", $ARGV[2]);
print(OUT "<?xml version=\"1.0\"?>\n");
print(OUT "<document>\n");
print(OUT " <header>\n");
print(OUT " <title>Documentation of $input</title>\n");
print(OUT " <title>$input</title>\n");
print(OUT " </header>\n");
print(OUT " <body>\n");