Add many PrivateApi attributes to hide unimportant stuff in docs

This commit is contained in:
ijungleboy
2021-11-11 20:01:55 +01:00
parent 087c053bd5
commit 5b8e6d4df6
18 changed files with 41 additions and 5 deletions

View File

@ -1,9 +1,11 @@
using System.Collections.Generic;
using System.Collections.Generic;
using System.Threading.Tasks;
using Oqtane.Documentation;
using Oqtane.Modules.HtmlText.Models;
namespace Oqtane.Modules.HtmlText.Services
{
[PrivateApi("Mark HtmlText classes as private, since it's not very useful in the public docs")]
public interface IHtmlTextService
{
Task<Models.HtmlText> GetHtmlTextAsync(int ModuleId);