Skip to content

Commit

Permalink
#58 tweak command and event docu linking
Browse files Browse the repository at this point in the history
  • Loading branch information
xeronimus committed Jan 2, 2023
1 parent 88009a3 commit 6b65c52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docu/templates/commandAndEventDocu.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This is an autogenerated docu. <%= now %> (Poinz version <%= version %>)
## Events

<% eventList.forEach( (evtInfo) => { -%>
* [<%= evtInfo.eventName %>](#event-<%= evtInfo.eventName.toLowerCase() %>-)
* [<%= evtInfo.eventName %>](#event-<%= evtInfo.eventName.toLowerCase() %>)
<% }) %>

<% eventList.forEach( (evtInfo) => { -%>
Expand Down
2 changes: 1 addition & 1 deletion docu/templates/singleCommand.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Description
```

Produces: <% cmdInfo.events.forEach( (e) => { -%>
**[<%= e.eventName %><%= e.restricted ? " (restricted)":"" %>](#event-<%= e.eventName %>)**, <% })-%>
**[<%= e.eventName %><%= e.restricted ? " (restricted)":"" %>](#event-<%= e.eventName %>)**, <% })%>


<details>
Expand Down

0 comments on commit 6b65c52

Please sign in to comment.