Heroic attempt to correct the use of <seealso cref=""/>

This commit is contained in:
cinder
2025-01-21 07:27:05 -06:00
parent 64f3745000
commit f005031b51
30 changed files with 315 additions and 315 deletions

View File

@@ -133,7 +133,7 @@ namespace OpenMetaverse
/// and serialization breaks unless there is a flag for every
/// possible bit so it is left as an unsigned integer</remarks>
public uint PartFlags;
/// <summary><seealso cref="T:SourcePattern"/> pattern of particles</summary>
/// <summary><see cref="T:SourcePattern"/> pattern of particles</summary>
public SourcePattern Pattern;
/// <summary>A <see langword="float"/> representing the maximimum age (in seconds) particle will be displayed</summary>
/// <remarks>Maximum value is 30 seconds</remarks>
@@ -167,7 +167,7 @@ namespace OpenMetaverse
public UUID Texture;
/// <summary>The <see cref="T:UUID"/> Key of the specified target object or avatar particles will follow</summary>
public UUID Target;
/// <summary>Flags of particle from <seealso cref="T:ParticleDataFlags"/></summary>
/// <summary>Flags of particle from <see cref="T:ParticleDataFlags"/></summary>
public ParticleDataFlags PartDataFlags;
/// <summary>Max Age particle system will emit particles for</summary>
public float PartMaxAge;