docs: XML warnings (#14663)
* chore: Fix XML warnings * docs: Fix XML warnings * docs: Fix XML in resource designer * docs: Fix XML warnings * Revert "docs: Fix XML in resource designer" This reverts commit 8ea61c51ac161e1853ae080db7fe1b4d4cb4d2be.
This commit is contained in:
committed by
GitHub
parent
401c881567
commit
6d48091328
@@ -320,6 +320,8 @@ public static class ContentExtensions
|
||||
/// Stores a file.
|
||||
/// </summary>
|
||||
/// <param name="content"><see cref="IContentBase" />A content item.</param>
|
||||
/// <param name="mediaFileManager">The media file manager.</param>
|
||||
/// <param name="contentTypeBaseServiceProvider">The content type base service provider.</param>
|
||||
/// <param name="propertyTypeAlias">The property alias.</param>
|
||||
/// <param name="filename">The name of the file.</param>
|
||||
/// <param name="filestream">A stream containing the file data.</param>
|
||||
|
||||
@@ -11,7 +11,7 @@ using Umbraco.Cms.Core;
|
||||
namespace Umbraco.Extensions;
|
||||
|
||||
/// <summary>
|
||||
/// Extension methods for Dictionary & ConcurrentDictionary
|
||||
/// Extension methods for Dictionary & ConcurrentDictionary.
|
||||
/// </summary>
|
||||
public static class DictionaryExtensions
|
||||
{
|
||||
@@ -254,7 +254,7 @@ public static class DictionaryExtensions
|
||||
|
||||
/// <summary>
|
||||
/// Converts a dictionary object to a query string representation such as:
|
||||
/// firstname=shannon&lastname=deminick
|
||||
/// firstname=shannon&lastname=deminick.
|
||||
/// </summary>
|
||||
/// <param name="d"></param>
|
||||
/// <returns></returns>
|
||||
|
||||
@@ -353,7 +353,8 @@ public static class EnumerableExtensions
|
||||
/// <summary>
|
||||
/// Transforms an enumerable.
|
||||
/// </summary>
|
||||
/// <typeparam name="T"></typeparam>
|
||||
/// <typeparam name="TSource"></typeparam>
|
||||
/// <typeparam name="TTarget"></typeparam>
|
||||
/// <param name="source"></param>
|
||||
/// <param name="transform"></param>
|
||||
/// <returns></returns>
|
||||
|
||||
@@ -1253,7 +1253,7 @@ public static class PublishedContentExtensions
|
||||
/// </returns>
|
||||
/// <remarks>
|
||||
/// This is the same as calling
|
||||
/// <see cref="Umbraco.Web.PublishedContentExtensions.AncestorOrSelf(IPublishedContent, int)" /> with <c>maxLevel</c>
|
||||
/// <see cref="AncestorOrSelf(IPublishedContent, int)" /> with <c>maxLevel</c>
|
||||
/// set to 1.
|
||||
/// </remarks>
|
||||
public static IPublishedContent Root(this IPublishedContent content) => content.AncestorOrSelf(1);
|
||||
@@ -1270,7 +1270,7 @@ public static class PublishedContentExtensions
|
||||
/// </returns>
|
||||
/// <remarks>
|
||||
/// This is the same as calling
|
||||
/// <see cref="Umbraco.Web.PublishedContentExtensions.AncestorOrSelf{T}(IPublishedContent, int)" /> with
|
||||
/// <see cref="AncestorOrSelf{T}(IPublishedContent, int)" /> with
|
||||
/// <c>maxLevel</c> set to 1.
|
||||
/// </remarks>
|
||||
public static T? Root<T>(this IPublishedContent content)
|
||||
|
||||
@@ -28,7 +28,7 @@ public static class RequestHandlerSettingsExtension
|
||||
return RequestHandlerSettings.DefaultCharCollection;
|
||||
}
|
||||
|
||||
/// Merges CharCollection and UserDefinedCharCollection, prioritizing UserDefinedCharCollection.
|
||||
// Merges CharCollection and UserDefinedCharCollection, prioritizing UserDefinedCharCollection.
|
||||
return MergeUnique(requestHandlerSettings.UserDefinedCharCollection, RequestHandlerSettings.DefaultCharCollection);
|
||||
}
|
||||
|
||||
|
||||
@@ -194,7 +194,7 @@ public static class StringExtensions
|
||||
/// <returns></returns>
|
||||
/// <remarks>
|
||||
/// This methods ensures that the resulting URL is structured correctly, that there's only one '?' and that things are
|
||||
/// delimited properly with '&'
|
||||
/// delimited properly with '&'
|
||||
/// </remarks>
|
||||
public static string AppendQueryStringToUrl(this string url, params string[] queryStrings)
|
||||
{
|
||||
|
||||
@@ -28,7 +28,7 @@ public static class XmlExtensions
|
||||
/// <remarks>
|
||||
/// <para>
|
||||
/// If
|
||||
/// <param name="variables" />
|
||||
/// <paramref name="variables" />
|
||||
/// is <c>null</c>, or is empty, or contains only one single
|
||||
/// value which itself is <c>null</c>, then variables are ignored.
|
||||
/// </para>
|
||||
@@ -51,7 +51,7 @@ public static class XmlExtensions
|
||||
/// <remarks>
|
||||
/// <para>
|
||||
/// If
|
||||
/// <param name="variables" />
|
||||
/// <paramref name="variables" />
|
||||
/// is <c>null</c>, or is empty, or contains only one single
|
||||
/// value which itself is <c>null</c>, then variables are ignored.
|
||||
/// </para>
|
||||
@@ -74,7 +74,7 @@ public static class XmlExtensions
|
||||
/// <remarks>
|
||||
/// <para>
|
||||
/// If
|
||||
/// <param name="variables" />
|
||||
/// <paramref name="variables" />
|
||||
/// is <c>null</c>, or is empty, or contains only one single
|
||||
/// value which itself is <c>null</c>, then variables are ignored.
|
||||
/// </para>
|
||||
@@ -102,7 +102,7 @@ public static class XmlExtensions
|
||||
/// <remarks>
|
||||
/// <para>
|
||||
/// If
|
||||
/// <param name="variables" />
|
||||
/// <paramref name="variables" />
|
||||
/// is <c>null</c>, or is empty, or contains only one single
|
||||
/// value which itself is <c>null</c>, then variables are ignored.
|
||||
/// </para>
|
||||
@@ -130,7 +130,7 @@ public static class XmlExtensions
|
||||
/// <remarks>
|
||||
/// <para>
|
||||
/// If
|
||||
/// <param name="variables" />
|
||||
/// <paramref name="variables" />
|
||||
/// is <c>null</c>, or is empty, or contains only one single
|
||||
/// value which itself is <c>null</c>, then variables are ignored.
|
||||
/// </para>
|
||||
@@ -153,7 +153,7 @@ public static class XmlExtensions
|
||||
/// <remarks>
|
||||
/// <para>
|
||||
/// If
|
||||
/// <param name="variables" />
|
||||
/// <paramref name="variables" />
|
||||
/// is <c>null</c>, or is empty, or contains only one single
|
||||
/// value which itself is <c>null</c>, then variables are ignored.
|
||||
/// </para>
|
||||
@@ -176,7 +176,7 @@ public static class XmlExtensions
|
||||
/// <remarks>
|
||||
/// <para>
|
||||
/// If
|
||||
/// <param name="variables" />
|
||||
/// <paramref name="variables" />
|
||||
/// is <c>null</c>, or is empty, or contains only one single
|
||||
/// value which itself is <c>null</c>, then variables are ignored.
|
||||
/// </para>
|
||||
@@ -203,7 +203,7 @@ public static class XmlExtensions
|
||||
/// <remarks>
|
||||
/// <para>
|
||||
/// If
|
||||
/// <param name="variables" />
|
||||
/// <paramref name="variables" />
|
||||
/// is <c>null</c>, or is empty, or contains only one single
|
||||
/// value which itself is <c>null</c>, then variables are ignored.
|
||||
/// </para>
|
||||
|
||||
Reference in New Issue
Block a user