ios-jsc
ios-jsc copied to clipboard
Generate JSDoc comments in TypeScript declarations
- [x] We can use the Xcode documentation sets (if available) to augment the
.d.tsfiles the metadata generator outputs with JSDoc comments based on the documentation found for an API in the relevant docset. (https://github.com/NativeScript/ios-metadata-generator/pull/37) - [ ] We can also parse HeaderDoc-style comments and translate those to JSDoc.
All this can be used to generate an interactive API reference with TypeDoc.
The Xcode 8 documentation docset has been moved to the Xcode app and is available by default (we should remove the download step from the docs). It has a different structure, though.