mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 15:13:21 +00:00
Fix jsdoc
This commit is contained in:
parent
3178e13fca
commit
e12644bc97
@ -27,7 +27,7 @@ module.exports = ({ strapi }) => {
|
||||
* @param {object} doc - The openapi specifcation to override
|
||||
* @param {object} options - The options to override the documentation
|
||||
* @param {string | undefined} options.pluginOrigin - The name of the plugin that is overriding the documentation
|
||||
* @param {string[] | []} options.excludeFromGeneration - The name of the plugin that is overriding the documentation
|
||||
* @param {string[]} options.excludeFromGeneration - The list of apis or plugins to exclude from generation
|
||||
*/
|
||||
registerOverride(override, { pluginOrigin, excludeFromGeneration = [] } = {}) {
|
||||
const pluginsThatNeedDocumentation = getPluginsThatNeedDocumentation(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user