Skip to content

Commit

Permalink
doc(interface): fighting githubs way of doing things
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleoutIce committed Sep 28, 2024
1 parent 07470d2 commit 0161593
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/documentation/doc-util/doc-server-message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,11 @@ async function printServerMessage({
const base = defRequest ?? defResponse;
guard(base !== undefined, 'At least one of the definitions must be given');
return `
<a id="message-${base.type}"></a>
<a id="message-${base.type}"></a>
<b>${title}</b> Message (<code>${base.type}</code>, ${type}) <br/> <i><span style="color:gray">${shortDescription}</span></i>
<details>
<summary> <b>${title}</b> Message (<code>${base.type}</code>, ${type}) <br/> <i><span style="color:gray">${shortDescription}</span></i> </summary>
<summary> View Details </summary>
<details open>
<summary>Sequence Diagram</summary>
Expand Down

0 comments on commit 0161593

Please sign in to comment.