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

Commit 4ba03d9

Browse files
compnerddexonsmith
authored andcommitted
IR: fix documentation markup
Use `\brief` instead of `\Brief`. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@334627 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 76c1d56 commit 4ba03d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/llvm/IR/Attributes.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -466,12 +466,12 @@ class AttributeList {
466466
return removeAttributes(C, ArgNo + FirstArgIndex);
467467
}
468468

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

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

0 commit comments

Comments
 (0)