Skip to content

Commit

Permalink
[FIX] Namespaces in API Reference (JSDoc)
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Apr 24, 2020
1 parent dfc8ace commit b9d7b3c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
const modules = {
/**
* @public
* @see module:@ui5/fs.adapters.AbstractAdapter
* @see module:@ui5/fs.adapters.FileSystem
* @see module:@ui5/fs.adapters.Memory
* @alias module:@ui5/fs.adapters
* @namespace
*/
adapters: {
AbstractAdapter: "./lib/adapters/AbstractAdapter",
Expand Down

0 comments on commit b9d7b3c

Please sign in to comment.