Pārlūkot izejas kodu

docs: Fix circlebuf deprecation note

tytan652 1 gadu atpakaļ
vecāks
revīzija
848d76f52c
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      docs/sphinx/reference-libobs-util-circlebuf.rst

+ 2 - 1
docs/sphinx/reference-libobs-util-circlebuf.rst

@@ -4,7 +4,8 @@ Circular Buffers
 A circular buffer that will automatically increase in size as necessary
 as data is pushed to the front or back.
 
-.. deprecated:: 3X.0
+.. deprecated:: 30.1
+   Replaced by :doc:`reference-libobs-util-deque`
 
 .. code:: cpp