[docs] Use doxygen to describe the field `StartAtCycle`. [NFCI]
authorFrancesco Petrogalli <francesco.petrogalli@apple.com>
Mon, 15 May 2023 13:49:04 +0000 (15:49 +0200)
committerFrancesco Petrogalli <francesco.petrogalli@apple.com>
Mon, 15 May 2023 19:08:59 +0000 (21:08 +0200)
Differential Revision: https://reviews.llvm.org/D150572

llvm/include/llvm/MC/MCSchedule.h

index 83cd89a..98254fc 100644 (file)
@@ -63,9 +63,9 @@ struct MCProcResourceDesc {
 struct MCWriteProcResEntry {
   uint16_t ProcResourceIdx;
   uint16_t Cycles;
-  // Cycle at which the resource will be grabbed by an instruction,
-  // relatively to the cycle in which the instruction is issued
-  // (assuming no stalls inbetween).
+  /// Cycle at which the resource will be grabbed by an instruction,
+  /// relatively to the cycle in which the instruction is issued
+  /// (assuming no stalls inbetween).
   uint16_t StartAtCycle;
 
   bool operator==(const MCWriteProcResEntry &Other) const {