Fix bug in documentation generation

This commit is contained in:
Pieter Vander Vennet 2024-06-18 21:11:42 +02:00
parent ee9a504af6
commit 2ce9c67204
175 changed files with 14896 additions and 11522 deletions

View file

@ -868,7 +868,7 @@ export default class TagRenderingConfig {
}
return [
"### this.id",
"### "+this.id,
this.description,
this.question !== undefined
? "The question is `" + this.question.txt + "`"