瀏覽代碼

docs using dot

Thomas Buck 10 年之前
父節點
當前提交
f06a99db9e
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      Doxyfile
  2. 1
    1
      include/Quaternion.h

+ 1
- 1
Doxyfile 查看文件

@@ -2051,7 +2051,7 @@ HIDE_UNDOC_RELATIONS   = YES
2051 2051
 # set to NO
2052 2052
 # The default value is: NO.
2053 2053
 
2054
-HAVE_DOT               = NO
2054
+HAVE_DOT               = YES
2055 2055
 
2056 2056
 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
2057 2057
 # to run in parallel. When set to 0 doxygen will base this on the number of

+ 1
- 1
include/Quaternion.h 查看文件

@@ -134,7 +134,7 @@ public:
134 134
      *
135 135
      * \param a first argument for slerp
136 136
      * \param b second argument for slerp
137
-     * \param t time argument for slerp
137
+     * \param time time argument for slerp
138 138
      * \returns resultant quaternion
139 139
      */
140 140
     static Quaternion slerp(Quaternion a, Quaternion b, vec_t time);

Loading…
取消
儲存