Skip to content

Commit b8b7ae9

Browse files
committed
Fix the docs build (again)
1 parent 8f7a3fb commit b8b7ae9

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

Assets/MixedRealityToolkit/Attributes/HelpAttribute.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ namespace Microsoft.MixedReality.Toolkit
88
/// <summary>
99
/// A PropertyAttribute for showing a collapsable Help section.
1010
/// </summary>
11-
/// <seealso cref="UnityEngine.PropertyAttribute" />
1211
[AttributeUsage(AttributeTargets.Field|AttributeTargets.Property, AllowMultiple = false)]
1312
public class HelpAttribute : PropertyAttribute
1413
{

Assets/MixedRealityToolkit/Attributes/TagPropertyAttribute.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ namespace Microsoft.MixedReality.Toolkit
88
/// <summary>
99
/// A PropertyAttribute for Unity tags (a string field).
1010
/// </summary>
11-
/// <seealso cref="UnityEngine.PropertyAttribute" />
1211
[AttributeUsage(AttributeTargets.Field, AllowMultiple = false)]
1312
public class TagPropertyAttribute : PropertyAttribute
1413
{

Assets/MixedRealityToolkit/Inspectors/PropertyDrawers/TagPropertyDrawer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ namespace Microsoft.MixedReality.Toolkit.Editor
1414
/// public string FindTag;
1515
/// </code>
1616
/// </example>
17-
/// <seealso cref="UnityEditor.PropertyDrawer" />
1817
[CustomPropertyDrawer(typeof(TagPropertyAttribute))]
1918
public class TagPropertyDrawer : PropertyDrawer
2019
{

Documentation/Architecture/SpatialAwareness/SpatialAwarenessSystemArchitecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Each interface defined will implement one or more Properties, Methods and/or Eve
3535

3636
## Events and Event Data
3737

38-
- [IMixedRealitySpatialAwarenessObservationHandler<T>](xref:Microsoft.MixedReality.Toolkit.SpatialAwareness.IMixedRealitySpatialAwarenessObservationHandler-1)
38+
- [IMixedRealitySpatialAwarenessObservationHandler<T>](xref:Microsoft.MixedReality.Toolkit.SpatialAwareness.IMixedRealitySpatialAwarenessObservationHandler`1)
3939
- [MixedRealitySpatialAwarenessEventData](xref:Microsoft.MixedReality.Toolkit.SpatialAwareness.MixedRealitySpatialAwarenessEventData)
40-
- [MixedRealitySpatialAwarenessEventData<T>](xref:Microsoft.MixedReality.Toolkit.SpatialAwareness.MixedRealitySpatialAwarenessEventData-1)
40+
- [MixedRealitySpatialAwarenessEventData<T>](xref:Microsoft.MixedReality.Toolkit.SpatialAwareness.MixedRealitySpatialAwarenessEventData`1)
4141

4242
## Profiles
4343

0 commit comments

Comments
 (0)