You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this change we enhance the JSDOC parser to automatically omit attribute names for properties of type "Object" or "object". The code literally checks if the type is equal to the "Object" and "object" strings.
To complement the auto detection which only checks for the "Object" and "object" strings, we also introduce a new JSDOC tag, called "noattribute" to manually and explicitly tag a member for which the attribute counterpart should not be displayed in the API reference
FIXES: #4674
With this change we enhance the JSDOC parser to automatically omit attribute names for properties of type "Object" or "object". The code literally checks if the type is equal to the "Object" and "object" strings.
To complement the auto detection which only checks for the "Object" and "object" strings, we also introduce a new JSDOC tag, called "noattribute" to manually and explicitly tag a member for which the attribute counterpart should not be displayed in the API reference
FIXES: #4674
Noticed from #4671, the documentation script generates attributes for properties of type object, but it shouldn't.
example:
![Screenshot 2022-02-01 at 13 47 50](https://user-images.githubusercontent.com/11073377/151965874-03fb65ae-83ce-4e2e-99ce-19f5f849b078.png)
https://sap.github.io/ui5-webcomponents/playground/components/FlexibleColumnLayout/
The text was updated successfully, but these errors were encountered: