Update old doc comments
This commit is contained in:
@@ -13,12 +13,9 @@
|
||||
class AudioClipUpgrader : public BinaryAssetUpgrader
|
||||
{
|
||||
public:
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="AudioClipUpgrader"/> class.
|
||||
/// </summary>
|
||||
AudioClipUpgrader()
|
||||
{
|
||||
static const Upgrader upgraders[] =
|
||||
const Upgrader upgraders[] =
|
||||
{
|
||||
{},
|
||||
};
|
||||
|
||||
@@ -13,12 +13,9 @@
|
||||
class FontAssetUpgrader : public BinaryAssetUpgrader
|
||||
{
|
||||
public:
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="FontAssetUpgrader"/> class.
|
||||
/// </summary>
|
||||
FontAssetUpgrader()
|
||||
{
|
||||
static const Upgrader upgraders[] =
|
||||
const Upgrader upgraders[] =
|
||||
{
|
||||
{},
|
||||
};
|
||||
|
||||
@@ -13,12 +13,9 @@
|
||||
class MaterialInstanceUpgrader : public BinaryAssetUpgrader
|
||||
{
|
||||
public:
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="MaterialInstanceUpgrader"/> class.
|
||||
/// </summary>
|
||||
MaterialInstanceUpgrader()
|
||||
{
|
||||
static const Upgrader upgraders[] =
|
||||
const Upgrader upgraders[] =
|
||||
{
|
||||
{},
|
||||
};
|
||||
|
||||
@@ -13,12 +13,9 @@
|
||||
class ShaderAssetUpgrader : public BinaryAssetUpgrader
|
||||
{
|
||||
public:
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="ShaderAssetUpgrader"/> class.
|
||||
/// </summary>
|
||||
ShaderAssetUpgrader()
|
||||
{
|
||||
static const Upgrader upgraders[] =
|
||||
const Upgrader upgraders[] =
|
||||
{
|
||||
{},
|
||||
};
|
||||
|
||||
@@ -13,12 +13,9 @@
|
||||
class SkeletonMaskUpgrader : public BinaryAssetUpgrader
|
||||
{
|
||||
public:
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="SkeletonMaskUpgrader"/> class.
|
||||
/// </summary>
|
||||
SkeletonMaskUpgrader()
|
||||
{
|
||||
static const Upgrader upgraders[] =
|
||||
const Upgrader upgraders[] =
|
||||
{
|
||||
{},
|
||||
};
|
||||
|
||||
@@ -13,12 +13,9 @@
|
||||
class TextureAssetUpgrader : public BinaryAssetUpgrader
|
||||
{
|
||||
public:
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="TextureAssetUpgrader"/> class.
|
||||
/// </summary>
|
||||
TextureAssetUpgrader()
|
||||
{
|
||||
static const Upgrader upgraders[] =
|
||||
const Upgrader upgraders[] =
|
||||
{
|
||||
{},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user