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 a57cb52 commit 3174d9f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const modules = {
projectPreprocessor: "./lib/projectPreprocessor",
/**
* @public
* @see module:@ui5/project.ui5Framework
* @alias module:@ui5/project.ui5Framework
* @namespace
*/
ui5Framework: {
Expand All @@ -16,7 +16,7 @@ const modules = {
},
/**
* @public
* @see module:@ui5/project.validation
* @alias module:@ui5/project.validation
* @namespace
*/
validation: {
Expand All @@ -25,7 +25,7 @@ const modules = {
},
/**
* @private
* @see module:@ui5/project.translators
* @alias module:@ui5/project.translators
* @namespace
*/
translators: {
Expand Down
1 change: 1 addition & 0 deletions lib/normalizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const Normalizer = {
* @param {string} [options.translatorName] Translator to use
* @param {Object} [options.translatorOptions] Options to pass to translator
* @param {Object} [options.frameworkOptions] Options to pass to the framework installer
* @param {string} [options.frameworkOptions.versionOverride] Framework version to use instead of the root projects framework
* @returns {Promise<Object>} Promise resolving to tree object
*/
generateProjectTree: async function(options = {}) {
Expand Down
2 changes: 1 addition & 1 deletion lib/translators/ui5Framework.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ module.exports = {
* @public
* @param {Object} tree
* @param {Object} [options]
* @param {Object} [options.versionOverride] Framework version to use instead of the root projects framework
* @param {string} [options.versionOverride] Framework version to use instead of the root projects framework
* version from the provided <code>tree</code>
* @returns {Promise<Object|null>} Promise
*/
Expand Down

0 comments on commit 3174d9f

Please sign in to comment.