Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.
/ swift-llvm Public archive

Commit

Permalink
IR: fix documentation markup
Browse files Browse the repository at this point in the history
Use `\brief` instead of `\Brief`.  NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@334627 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
compnerd authored and dexonsmith committed Oct 24, 2018
1 parent 76c1d56 commit 4ba03d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/llvm/IR/Attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -466,12 +466,12 @@ class AttributeList {
return removeAttributes(C, ArgNo + FirstArgIndex);
}

/// \Brief Add the dereferenceable attribute to the attribute set at the given
/// \brief Add the dereferenceable attribute to the attribute set at the given
/// index. Returns a new list because attribute lists are immutable.
AttributeList addDereferenceableAttr(LLVMContext &C, unsigned Index,
uint64_t Bytes) const;

/// \Brief Add the dereferenceable attribute to the attribute set at the given
/// \brief Add the dereferenceable attribute to the attribute set at the given
/// arg index. Returns a new list because attribute lists are immutable.
AttributeList addDereferenceableParamAttr(LLVMContext &C, unsigned ArgNo,
uint64_t Bytes) const {
Expand Down

0 comments on commit 4ba03d9

Please sign in to comment.