Add many PrivateApi attributes to hide unimportant stuff in docs
This commit is contained in:
		| @ -2,9 +2,11 @@ using System; | ||||
| using Oqtane.Models; | ||||
| using System.ComponentModel.DataAnnotations; | ||||
| using System.ComponentModel.DataAnnotations.Schema; | ||||
| using Oqtane.Documentation; | ||||
|  | ||||
| namespace Oqtane.Modules.HtmlText.Models | ||||
| { | ||||
|     [PrivateApi("Mark HtmlText classes as private, since it's not very useful in the public docs")] | ||||
|     public class HtmlText : IAuditable | ||||
|     { | ||||
|         [Key] | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 ijungleboy
					ijungleboy