mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
C#: Fix compiler warnings related to errors in XML comments.
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Semmle.Extraction.CSharp.Entities
|
||||
/// <summary>
|
||||
/// A cached entity.
|
||||
///
|
||||
/// The <see cref="Entity.Id"/> property is used as label in caching.
|
||||
/// The <see cref="Entity.Label"/> property is used as label in caching.
|
||||
/// </summary>
|
||||
public abstract class CachedEntity : LabelledEntity
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user