-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the Bug
The generated TSDoc contains invalid characters like @, { and }, e.g.:
/**
* Get all references of a given task (specified by path parameter "{taskId}").
* @param taskId - ID of a task.
* @returns The request builder, use the `execute()` method to trigger the request.
*/
getTasksReferencesByTaskId: (taskId: string) =>Steps to Reproduce
- download openapi spec from https://api.sap.com/api/CALM_TKM/overview
- run
openapi-generator --input CALM_TKM.json --outputDir .
Expected Behavior
These characters should be escaped: "\{taskId\}"
Screenshots
Used Versions
- Node version via
node -v: ... - NPM version via `npm -v: ...
- SAP Cloud SDK version: ...
- For CAP users, CAP version: ...
Code Examples
No response
Log File
No response
Affected Development Phase
Development
Impact
Inconvenience
Timeline
No response
Additional Context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working