Add missing docs for new NotificationArgs.Rendering enum (#57)

This functionality was originally added in #47.
This commit is contained in:
F K 2022-02-26 15:48:40 -05:00 committed by GitHub
commit b465b3d886
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,6 +133,11 @@
Specify window Y position as a percentage from upper left corner (overrides Core setting). Default -1.0 (use Core setting). Specify window Y position as a percentage from upper left corner (overrides Core setting). Default -1.0 (use Core setting).
</summary> </summary>
</member> </member>
<member name="F:Observatory.Framework.NotificationArgs.Rendering">
<summary>
Specifies the desired renderings of the notification.
</summary>
</member>
<member name="T:Observatory.Framework.PluginException"> <member name="T:Observatory.Framework.PluginException">
<summary> <summary>
Container for exceptions within plugins which cannot be gracefully handled in context, Container for exceptions within plugins which cannot be gracefully handled in context,