-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[INTERNAL] Update JSDoc Template #346
Conversation
e9fb01a
to
514ae77
Compare
Moved index creation script into separate file such that the module can be used without command line.
tested with #296 once with the existing jsdoc version 3.5.5 and 3.6.3 with 2 libraries and there was no difference in the produced api.json files |
Remove execution part for api index creation because it should be part of the maven tooling and not used in the ui5-tooling.
514ae77 has no prefix. Either add |
To separate execution logic from standalone module it is split into 2 separate files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO, the processor sdkTransformer
also needs to be adapted and the standalone part of the transformer can be deleted. It is only required in the Maven environment (much as for the create-api-index.js)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM now.
Update JSDoc generation template