Replaces
//
with
///
for some code lines to make it visible in the auto-generated documentation.
Paths
| Differential D131152
[Docs] Fix missing docs strings for CallingConv.h ClosedPublic Authored by marcauberer on Aug 4 2022, 2:45 AM.
Details Summary Replaces // with /// for some code lines to make it visible in the auto-generated documentation.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 4 2022, 11:40 AM Comment Actions You can do "Don’t duplicate function or class name at the beginning of the comment." from https://llvm.org/docs/CodingStandards.html#commenting while updating the comments. This revision was landed with ongoing or failed builds.Aug 4 2022, 12:15 PM Closed by commit rG9dbe839627be: [Docs] Fix missing docs strings for CallingConv.h (authored by marcauberer, committed by dblaikie). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 450098 llvm/include/llvm/IR/CallingConv.h
|