Re: [swift-dev] Looking for documentation/insight on .swiftdoc

2017-10-25 Thread George King via swift-dev
Thanks for the pointers. Doug, I take it from your initial comment that there is no matching “readDocFromStream”? (I don’t see one in Deserialization.cpp). If not, then what consumes the swiftdoc files? > On Oct 24, 2017, at 6:09 PM, Douglas Gregor wrote: > > > >> On Oct 24, 2017, at 3:05 P

Re: [swift-dev] Looking for documentation/insight on .swiftdoc

2017-10-24 Thread Douglas Gregor via swift-dev
> On Oct 24, 2017, at 3:05 PM, Robert Widmann wrote: > > Or libSyntax! If it doesn’t do comments yet… it certainly should! - Doug > > ~Robert Widmann > >> On Oct 24, 2017, at 4:06 PM, Douglas Gregor via swift-dev >> wrote: >> >> >> >>> On Oct 23, 2017, at 11:27 AM, George King

Re: [swift-dev] Looking for documentation/insight on .swiftdoc

2017-10-24 Thread Robert Widmann via swift-dev
Or libSyntax! ~Robert Widmann > On Oct 24, 2017, at 4:06 PM, Douglas Gregor via swift-dev > wrote: > > > >> On Oct 23, 2017, at 11:27 AM, George King via swift-dev >> wrote: >> >> Hello, I’m curious about the swiftdoc format. I’ve looked through the swift >> codebase and have been unable

Re: [swift-dev] Looking for documentation/insight on .swiftdoc

2017-10-24 Thread Douglas Gregor via swift-dev
> On Oct 23, 2017, at 11:27 AM, George King via swift-dev > wrote: > > Hello, I’m curious about the swiftdoc format. I’ve looked through the swift > codebase and have been unable to find either documentation about it or the > relevant source code. Could somebody point me in the right directi

[swift-dev] Looking for documentation/insight on .swiftdoc

2017-10-23 Thread George King via swift-dev
Hello, I’m curious about the swiftdoc format. I’ve looked through the swift codebase and have been unable to find either documentation about it or the relevant source code. Could somebody point me in the right direction? I’m thinking about building a swift documentation viewer and want to figure