Fixes and tweaks for C++ API reference docs generation

This commit is contained in:
Wojciech Figat
2021-12-01 17:59:28 +01:00
parent aacc336c2c
commit 653c209567
10 changed files with 24 additions and 7 deletions

View File

@@ -5,9 +5,9 @@
#include "../Types/BaseTypes.h"
#include "Engine/Platform/Platform.h"
/// <summanry>
/// <summary>
/// Small buffer for samples used to calculate min/max/avg values.
/// </summanry>
/// </summary>
template<typename T, int32 Size>
class SamplesBuffer
{