Skip to content

Commit

Permalink
chore: update documentation header
Browse files Browse the repository at this point in the history
  • Loading branch information
Codeneos committed Sep 30, 2022
1 parent 8f0cbfb commit b742b13
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions packages/salesforce/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* @packageDocumentation
* @module @vlocode/salesforce
* @description Salesforce connectivity and utility library exposing classes and methods to manage and deploy Salesforce metadata
*/
export * from './connection';
export * from './deploy';
export * from './metadata';
Expand Down
5 changes: 0 additions & 5 deletions packages/util/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* @packageDocumentation
* @module @vlocode/util
* @description Vlocode's util module contains a broad selection utility methods and classes as well as type definitions to allow using vscode specific constructs without depending on the vscode libraries or types.
*/
export * from './async';
export * from './cache';
export * from './callStack';
Expand Down

0 comments on commit b742b13

Please sign in to comment.