digital-manufacturing-extension-samples
digital-manufacturing-extension-samples copied to clipboard
Missing html tags in documentation prevents parsing it for creating typescript types.
Hi. I'm currently trying to generate some typescript typings from the provided documentation.
Besides some missing type information for what functions are returing I found a much bigger issue when parsing the documents.
There are missing closing tags in at least 3 files.
One example is: documentation/jsdocs/sap.dm.dme.wiplugins.workInstructionListPlugin.controller.extensions.PluginEventExtension.html
In the following picture I underlined a few tags (after pretty printing it in notepad++)
And as you can see the closing tag for the div
underlined in green is missing.
Can we somehow help improving these documents?