The HTML is the result of running the dump_ast_matchers.py script. There are more changes than I expected, looks like some link disappeared. I do not know if that is intentional.
Details
Diff Detail
- Repository
- rC Clang
Event Timeline
docs/LibASTMatchersReference.html | ||
---|---|---|
179 | The changes don't look nice. It looks like either dump_ast_matchers.py can't access network on your machine. Can this be the case? The URLs (e.g. http://clang.llvm.org/doxygen/classclang_1_1CXXMethodDecl.html) seem to work for me. |
docs/LibASTMatchersReference.html | ||
---|---|---|
179 | Just checked that the script still works fine. |
docs/LibASTMatchersReference.html | ||
---|---|---|
179 | Thanks! I think this is the result of my or the doxygen host's network being unreliable. I was unable to generate a good documentation after the first few trials, the links for a few (but not all) node were always missing. I ended up pruning those changes from the diff manually. |
The changes don't look nice. It looks like either dump_ast_matchers.py can't access network on your machine. Can this be the case? The URLs (e.g. http://clang.llvm.org/doxygen/classclang_1_1CXXMethodDecl.html) seem to work for me.