ios-jsc icon indicating copy to clipboard operation
ios-jsc copied to clipboard

Generate JSDoc comments in TypeScript declarations

Open fealebenpae opened this issue 10 years ago • 1 comments

  • [x] We can use the Xcode documentation sets (if available) to augment the .d.ts files 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.

fealebenpae avatar Oct 06 '15 14:10 fealebenpae

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.

jasssonpet avatar Sep 02 '16 13:09 jasssonpet