Skip to content

Instantly share code, notes, and snippets.

View gartisk's full-sized avatar
🏠
Working from home

Guilherme Araujo gartisk

🏠
Working from home
View GitHub Profile
@cschuff
cschuff / JSDocDemo.js
Last active October 9, 2022 13:55
How to document a SAPUI5 class with regular JSDoc
/**
* @namespace
* @name ui5experts.toolbox
* @public
*/
sap.ui.define([
"sap/ui/base/ManagedObject"
], function (
ManagedObject) {