Update old doc comments

This commit is contained in:
Wojtek Figat
2024-12-28 21:31:21 +01:00
parent 723a882824
commit fee0ab74ff
16 changed files with 103 additions and 130 deletions

View File

@@ -234,8 +234,10 @@ public:
return index;
}
// Add collection of items to the collection
// @param collection Array with the items to add
/// <summary>
/// Adds a collection of items to the collection.
/// </summary>
/// <param name="collection">The collection of items to add.</param>
FORCE_INLINE void Add(ConcurrentBuffer<T>& collection)
{
Add(collection.Get(), collection.Count());