[PATCH] D16963: Copy LibASTMatchersReference.html to gen'd docs

2020-02-25 Thread Philip Reames via Phabricator via cfe-commits
reames resigned from this revision. reames added a comment. Herald added subscribers: arphaman, mgorny. Resigning from a stale review (2016). Feel free to re-add if thread ever revived. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D16963/new/ https://reviews.llvm.org/D16963

Re: [PATCH] D16963: Copy LibASTMatchersReference.html to gen'd docs

2016-02-09 Thread Steve Downey via cfe-commits
sdowney added a subscriber: sdowney. sdowney added a comment. I'll push up a review with the one line link addition later. Thanks! The html copy should also get applied to the release_38 branch too, if there's going to be another RC. http://reviews.llvm.org/D16963

Re: [PATCH] D16963: Copy LibASTMatchersReference.html to gen'd docs

2016-02-09 Thread Steve Downey via cfe-commits
I'll push up a review with the one line link addition later. Thanks! The html copy should also get applied to the release_38 branch too, if there's going to be another RC. On Tue, Feb 9, 2016 at 11:52 AM Manuel Klimek wrote: > klimek added a subscriber: klimek. > klimek

Re: [PATCH] D16963: Copy LibASTMatchersReference.html to gen'd docs

2016-02-09 Thread Manuel Klimek via cfe-commits
klimek added a subscriber: klimek. klimek added a comment. I have fixed that in r260218 for LibASTMatcherReference (basically using the same mechanism, but only copying the one file). Not sure which is the better approach, I considered globbing, but my gut feeling decided against it :)

Re: [PATCH] D16963: Copy LibASTMatchersReference.html to gen'd docs

2016-02-07 Thread Philip Reames via cfe-commits
reames added a comment. This looks entirely reasonable to me, but I don't really know cmake. Can someone with cmake knowledge take a quick look? http://reviews.llvm.org/D16963 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[PATCH] D16963: Copy LibASTMatchersReference.html to gen'd docs

2016-02-07 Thread Steve Downey via cfe-commits
sdowney created this revision. sdowney added a reviewer: reames. sdowney added a subscriber: cfe-commits. The LibASTMatchersReference documentation is an html file, not an rst document, so is not produced by sphinx. Copy the html into the proper location as part of the sphinx html doc generation.