Refine doxygen documentation format in LiveDebugVariables.cpp.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Very much appreciated! Few tiny things inline.
lib/CodeGen/LiveDebugVariables.cpp | ||
---|---|---|
156 ↗ | (On Diff #174157) | Does this do the right thing? I was under the impression that it's either /// This is x. int x; or int x; ///< This is x. |
382 ↗ | (On Diff #174157) | The brief can be dropped, we are running doxygen with autobrief. |
390 ↗ | (On Diff #174157) | ditto |