/// with zero parameters.
unsigned UseVoidForZeroParams : 1;
- /// Whether nested templates must be closed like 'a<b<c> >' rather than
- /// 'a<b<c>>'.
+ /// Whether nested templates must be closed like 'a\<b\<c\> \>' rather than
+ /// 'a\<b\<c\>\>'.
unsigned SplitTemplateClosers : 1;
/// Provide a 'terse' output.
/// updated with the offset of the byte that follows the NULL
/// terminator byte.
///
- /// @param[in,out] offset_ptr
+ /// @param[in,out] OffsetPtr
/// A pointer to an offset within the data that will be advanced
/// by the appropriate number of bytes if the value is extracted
/// correctly. If the offset is out of bounds or there are not
/// updated with the offset of the byte that follows the NULL
/// terminator byte.
///
- /// \param[in,out] offset_ptr
+ /// \param[in,out] OffsetPtr
/// A pointer to an offset within the data that will be advanced
/// by the appropriate number of bytes if the value is extracted
/// correctly. If the offset is out of bounds or there are not
/// \a offset_ptr, construct a uint32_t from them and update the offset
/// on success.
///
- /// @param[in,out] offset_ptr
+ /// @param[in,out] OffsetPtr
/// A pointer to an offset within the data that will be advanced
/// by the 3 bytes if the value is extracted correctly. If the offset
/// is out of bounds or there are not enough bytes to extract this value,
/// pointed to by \a offset_ptr will be updated with the offset of
/// the byte following the last extracted byte.
///
- /// @param[in,out] offset_ptr
+ /// @param[in,out] OffsetPtr
/// A pointer to an offset within the data that will be advanced
/// by the appropriate number of bytes if the value is extracted
/// correctly. If the offset is out of bounds or there are not
/// The (first seen) prefetched instruction.
Instruction *MemI;
- /// Constructor to create a new Prefetch for \param I.
+ /// Constructor to create a new Prefetch for \p I.
Prefetch(const SCEVAddRecExpr *L, Instruction *I)
: LSCEVAddRec(L), InsertPt(nullptr), Writes(false), MemI(nullptr) {
addInstruction(I);