[clang-tools-extra] [clang-doc] add tags to Mustache namespace template (PR #142045)
via cfe-commits
cfe-commits at lists.llvm.org
Sat May 31 08:27:41 PDT 2025
PeterChou1 wrote:
> > I cannibalized the tags from class-template.mustache. By happy accident, I realized that there is an `extractScopeChildren` so enums can be generated, which means the placeholders in `generateDocForInfo` (the `OS << "IT_enum\n"` part) can be filled in if the logic is moved to their own functions. In fact, they might not be needed since everything is scoped. 🤯
>
> >
>
>
>
> Well... that's a surprise. It'd be really great to get @PeterChou1's take on all this, but we haven't heard from him in a couple months now.
>
>
>
> > I plan on adding things incrementally (global functions, etc) for the sake of smaller PRs.
>
>
>
> Sounds good!
>
>
Hi, sorry for the lack of response recently unfortunately my father passed away recently so I was dealing with the logistics. I'm more than happy to deal with any issues that arises from my previous code
https://github.com/llvm/llvm-project/pull/142045
More information about the cfe-commits
mailing list