Skip to content

Commit 32910f7

Browse files
committed
[SmallVector][NFC] Link to ProgrammersManual from SmallVector docs
Add a "see also" link from the condensed doxygen description of `SmallVector` to the more complete description in the ProgrammersManual.
1 parent d02eac0 commit 32910f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/include/llvm/ADT/SmallVector.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,6 +1021,7 @@ template <typename T> struct CalculateSmallVectorDefaultInlinedElements {
10211021
///
10221022
/// \warning This does not attempt to be exception safe.
10231023
///
1024+
/// \see https://llvm.org/docs/ProgrammersManual.html#llvm-adt-smallvector-h
10241025
template <typename T,
10251026
unsigned N = CalculateSmallVectorDefaultInlinedElements<T>::value>
10261027
class LLVM_GSL_OWNER SmallVector : public SmallVectorImpl<T>,

0 commit comments

Comments
 (0)