Hey HN,<p>What are the best tools you use to generate documentation for your mobile SDKs? We're looking to find a tool that will let us document our SDKs across three platforms, iOS, Android and Windows Phone (WebRTC would also be a plus) with manual intervention.<p>Right now we are using a mix of thing including Headerdoc, doxygen and javadoc and we take from there and roll it into a nice final document for each platform. We'd like to have that done automatically, including generating the html.<p>Seems like many sites are rolling their own and wrapping it with some nifty CSS. Is there one hidden gem which any hackers are using for all (or multiple) platforms? What's your experience been like?