Skip to content

Commit

Permalink
docs: Fix some enums showing up as deprecated
Browse files Browse the repository at this point in the history
Closes #1141
  • Loading branch information
tt2468 committed Jun 6, 2024
1 parent 5c3c4c7 commit eb28825
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/utils/Obs.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ enum ObsOutputState {
*
* @enumIdentifier OBS_WEBSOCKET_OUTPUT_UNKNOWN
* @enumType ObsOutputState
* @rpcVersion 1
* @rpcVersion -1
* @initialVersion 5.0.0
* @api enums
*/
Expand All @@ -52,7 +52,7 @@ enum ObsOutputState {
*
* @enumIdentifier OBS_WEBSOCKET_OUTPUT_STARTING
* @enumType ObsOutputState
* @rpcVersion 1
* @rpcVersion -1
* @initialVersion 5.0.0
* @api enums
*/
Expand All @@ -62,7 +62,7 @@ enum ObsOutputState {
*
* @enumIdentifier OBS_WEBSOCKET_OUTPUT_STARTED
* @enumType ObsOutputState
* @rpcVersion 1
* @rpcVersion -1
* @initialVersion 5.0.0
* @api enums
*/
Expand All @@ -72,7 +72,7 @@ enum ObsOutputState {
*
* @enumIdentifier OBS_WEBSOCKET_OUTPUT_STOPPING
* @enumType ObsOutputState
* @rpcVersion 1
* @rpcVersion -1
* @initialVersion 5.0.0
* @api enums
*/
Expand All @@ -82,7 +82,7 @@ enum ObsOutputState {
*
* @enumIdentifier OBS_WEBSOCKET_OUTPUT_STOPPED
* @enumType ObsOutputState
* @rpcVersion 1
* @rpcVersion -1
* @initialVersion 5.0.0
* @api enums
*/
Expand All @@ -92,7 +92,7 @@ enum ObsOutputState {
*
* @enumIdentifier OBS_WEBSOCKET_OUTPUT_RECONNECTING
* @enumType ObsOutputState
* @rpcVersion 1
* @rpcVersion -1
* @initialVersion 5.0.0
* @api enums
*/
Expand All @@ -102,7 +102,7 @@ enum ObsOutputState {
*
* @enumIdentifier OBS_WEBSOCKET_OUTPUT_RECONNECTED
* @enumType ObsOutputState
* @rpcVersion 1
* @rpcVersion -1
* @initialVersion 5.1.0
* @api enums
*/
Expand All @@ -112,7 +112,7 @@ enum ObsOutputState {
*
* @enumIdentifier OBS_WEBSOCKET_OUTPUT_PAUSED
* @enumType ObsOutputState
* @rpcVersion 1
* @rpcVersion -1
* @initialVersion 5.1.0
* @api enums
*/
Expand All @@ -122,7 +122,7 @@ enum ObsOutputState {
*
* @enumIdentifier OBS_WEBSOCKET_OUTPUT_RESUMED
* @enumType ObsOutputState
* @rpcVersion 1
* @rpcVersion -1
* @initialVersion 5.0.0
* @api enums
*/
Expand All @@ -146,7 +146,7 @@ enum ObsMediaInputAction {
*
* @enumIdentifier OBS_WEBSOCKET_MEDIA_INPUT_ACTION_NONE
* @enumType ObsMediaInputAction
* @rpcVersion 1
* @rpcVersion -1
* @initialVersion 5.0.0
* @api enums
*/
Expand All @@ -156,7 +156,7 @@ enum ObsMediaInputAction {
*
* @enumIdentifier OBS_WEBSOCKET_MEDIA_INPUT_ACTION_PLAY
* @enumType ObsMediaInputAction
* @rpcVersion 1
* @rpcVersion -1
* @initialVersion 5.0.0
* @api enums
*/
Expand All @@ -166,7 +166,7 @@ enum ObsMediaInputAction {
*
* @enumIdentifier OBS_WEBSOCKET_MEDIA_INPUT_ACTION_PAUSE
* @enumType ObsMediaInputAction
* @rpcVersion 1
* @rpcVersion -1
* @initialVersion 5.0.0
* @api enums
*/
Expand All @@ -176,7 +176,7 @@ enum ObsMediaInputAction {
*
* @enumIdentifier OBS_WEBSOCKET_MEDIA_INPUT_ACTION_STOP
* @enumType ObsMediaInputAction
* @rpcVersion 1
* @rpcVersion -1
* @initialVersion 5.0.0
* @api enums
*/
Expand All @@ -186,7 +186,7 @@ enum ObsMediaInputAction {
*
* @enumIdentifier OBS_WEBSOCKET_MEDIA_INPUT_ACTION_RESTART
* @enumType ObsMediaInputAction
* @rpcVersion 1
* @rpcVersion -1
* @initialVersion 5.0.0
* @api enums
*/
Expand All @@ -196,7 +196,7 @@ enum ObsMediaInputAction {
*
* @enumIdentifier OBS_WEBSOCKET_MEDIA_INPUT_ACTION_NEXT
* @enumType ObsMediaInputAction
* @rpcVersion 1
* @rpcVersion -1
* @initialVersion 5.0.0
* @api enums
*/
Expand All @@ -206,7 +206,7 @@ enum ObsMediaInputAction {
*
* @enumIdentifier OBS_WEBSOCKET_MEDIA_INPUT_ACTION_PREVIOUS
* @enumType ObsMediaInputAction
* @rpcVersion 1
* @rpcVersion -1
* @initialVersion 5.0.0
* @api enums
*/
Expand Down

0 comments on commit eb28825

Please sign in to comment.