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 2272618 commit b2a9a10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const modules = {
builder: "./lib/builder/builder",
/**
* @public
* @see module:@ui5/builder.processors
* @alias module:@ui5/builder.processors
* @namespace
*/
processors: {
Expand All @@ -27,7 +27,7 @@ const modules = {
},
/**
* @public
* @see module:@ui5/builder.tasks
* @alias module:@ui5/builder.tasks
* @namespace
*/
tasks: {
Expand All @@ -53,7 +53,7 @@ const modules = {
},
/**
* @private
* @see module:@ui5/builder.types
* @alias module:@ui5/builder.types
* @namespace
*/
types: {
Expand Down

0 comments on commit b2a9a10

Please sign in to comment.