Add a missing enum docstring

This commit is contained in:
baldurk
2017-11-17 17:52:21 +00:00
parent 2e508adb43
commit c4207fbd5b
+4
View File
@@ -910,6 +910,10 @@ This is a bitmask, so several values can be present at once.
.. data:: Notes
The general notes field has been changed.
.. data:: All
Fixed value with all bits set, indication all modifications have been made.
)");
enum class CaptureModifications : uint32_t
{