We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af2306 commit 8acf306Copy full SHA for 8acf306
deployment/src/main/resources/templates/api.qute
@@ -30,7 +30,7 @@ import io.quarkiverse.openapi.generator.annotations.GeneratedParam;
30
{#if appName}
31
/**
32
* {appName}
33
- * {#if appDescription}<p/>{appDescription}{/if}
+ * {#if appDescription}<p>{appDescription}</p>{/if}
34
*/
35
{/if}
36
@Path("{#if useAnnotatedBasePath}{contextPath}{/if}{commonPath}")
0 commit comments