docs: Change API docs template to jsdoc-clean-theme (#8519)

This commit is contained in:
Lucas Coratger
2023-04-29 16:53:54 +02:00
committed by GitHub
parent 177891ea0e
commit 9e43bc2fa0
17 changed files with 393 additions and 79 deletions

View File

@@ -7,7 +7,7 @@ import { isFunction, isString } from 'lodash';
/**
* A security check.
* @class Check
* @class
*/
class Check {
/**