Because of {@code xxxxx} will trigger a Doxygen bug. And as far as I am thinking, the bug may be matching the close brace with the open brace of the namespace declaration (namespace clang { or namespace ento {). With this patch, we can bypass the problem and successfully generate documents for the classes in BugReporterVisitors.h.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Awesome, thanks! Buuuut, maybe we can use \ref form, it looks like it's a preferred form in the codebase.
Comment Actions
@vsavchenko @NoQ
The patch has been updated as required. Is there anything I need to do with the patch?
clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h | ||
---|---|---|
56 | Yes, using \ref looks better. I will submit it again. To be similar to the original code, I will use @ref getEndPath instead. |
Maybe it is better to create a reference to this function using the \ref command?