remove extra package documentation tags
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -34,7 +34,6 @@ interface EventsParamsWithPayload extends EventParams {
|
||||
/**
|
||||
* A catalog module that logs catalog errors using the logger service.
|
||||
*
|
||||
* @packageDocumentation
|
||||
* @public
|
||||
*/
|
||||
export const catalogModuleLogs = createBackendModule({
|
||||
|
||||
@@ -23,12 +23,6 @@
|
||||
// In this package you might for example export functions that
|
||||
// help other plugins or modules interact with your plugin.
|
||||
|
||||
/**
|
||||
* Node.js library for the kubernetes plugin.
|
||||
*
|
||||
* @packageDocumentation
|
||||
*/
|
||||
|
||||
export * from './extensions';
|
||||
export * from './types';
|
||||
export * from './auth';
|
||||
|
||||
Reference in New Issue
Block a user