Index: compat/non_win/dbghelp.h |
diff --git a/compat/non_win/dbghelp.h b/compat/non_win/dbghelp.h |
index 389544bdfa5b6d254fc3f02db8479704d05f4ca1..9e73e55bfa19a1edebb5310037f0c99db198e43c 100644 |
--- a/compat/non_win/dbghelp.h |
+++ b/compat/non_win/dbghelp.h |
@@ -209,7 +209,7 @@ union __attribute__((packed, aligned(4))) CPU_INFORMATION { |
//! 32-bit x86 processes. |
struct __attribute__((packed, aligned(4))) { |
//! \brief Bitfields containing supported CPU capabilities as identified by |
- //! bits corresponding to `PF_*` values passed to |
+ //! bits corresponding to \ref PF_x "PF_*" values passed to |
//! `IsProcessorFeaturePresent()`. |
uint64_t ProcessorFeatures[2]; |
} OtherCpuInfo; |