浏览代码

docs: Fix macro definitions

CodeYan01 2 年之前
父节点
当前提交
34a9ea09e8
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/sphinx/reference-libobs-graphics-math.rst

+ 2 - 2
docs/sphinx/reference-libobs-graphics-math.rst

@@ -7,11 +7,11 @@ Extra Math Functions/Macros
 
 
 Helper functions/macros for graphics math.
 Helper functions/macros for graphics math.
 
 
-.. :c:macro:: RAD(val)
+.. macro:: RAD(val)
 
 
    Macro that converts a floating point degrees value to radians.
    Macro that converts a floating point degrees value to radians.
 
 
-.. :c:macro:: DEG(val)
+.. macro:: DEG(val)
 
 
    Macro that converts a floating point radians value to degrees.
    Macro that converts a floating point radians value to degrees.