This patch removes a comment at the top of the Passes.rst file which was
related to checking if the HTML documentation was up to date. It was
moved over as part of the original transition to restructured text and
never modified for some reason. Given that this comment has been
irrelevant for the past 10 years, it should be removed.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Probably should write an updated version at some point (and maybe integrate it with Github actions) since there is a lot of code debt in the passes documentation currently, but I'll leave that for a future patch.
llvm/docs/Passes.rst | ||
---|---|---|
30 | this line should stay? |
Address reviewer feedback.
llvm/docs/Passes.rst | ||
---|---|---|
30 | It works either way. I deleted it as I was referencing some of the examples from llvm/docs/CommandGuide and none of them use it and it still generates the <h1> tag. I'll readd it to not make the diff any bigger than it needs to be and for consistency with the rest of the llvm/docs/* pages. I don't think there's a preferred way to do it in restructured text. |
this line should stay?