On Dec 17, 2012, at 18:18 , Sean Silva <[email protected]> wrote: > On Mon, Dec 17, 2012 at 4:08 PM, Ted Kremenek <[email protected]> wrote: >> We should just delete it. Nobody is using it. When we decide to properly >> document this, we can resuscitate the content from version control and bring >> it up to date. > > Ok, I nuked it in r170401.
Thanks, Sean. Sorry for the mess. > Jordan, somehow the message that Ted quoted didn't make it to me, so > I'll reply here: > >> On Dec 17, 2012, at 9:28 AM, Jordan Rose <[email protected]> wrote: >> Sean, what do you think we should do with the analyzer docs in general? > > I generally think that the documentation for a specific piece of code > should live in the same repository as the code itself. The rationale > is to guarantee that any developer working on the code has immediate > access to the documentation so that they can update it/add to it. Yes, I agree with that. The analyzer lives in lib/StaticAnalyzer and include/clang/StaticAnalyzer. But it has its own website, clang-analyzer.llvm.org. Previously, I kind of considered docs/ to be more associated with lib/ than with www/, which made docs/analyzer/ a reasonable place to put all this (cf. the text-based reference files in there now). The answer to my question might just be "exclude docs/analyzer/ from the Sphinx build" and eventually "make a separate build for docs/analyzer/ that shows up at http://clang-analyzer.llvm.org/docs/." _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
