[clang] [clang][doc]: Merge entries with duplicate content. (PR #134089)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 7 06:12:46 PDT 2025
YLChenZ wrote:
Why is that? It's strange, the first patch I just merged the same Heading, and then according to your suggestion, the second patch merged the same Content entries. Then the third patch: did not include Undocumented. I used the build steps you gave to get this:

And I used another way to get the documentation, running directly in the `~/llvm-project/build` directory :
```
ylchen at lambda:~/llvm-project$ cd build
ylchen at lambda:~/llvm-project/build$ ninja docs-clang-html
```
I found the target file in the `~/llvm-project/build/tools/clang/docs/html` directory, like this:

https://github.com/llvm/llvm-project/pull/134089
More information about the cfe-commits
mailing list