浏览代码

docs using dot

Thomas Buck 11 年前
父节点
当前提交
f06a99db9e
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      Doxyfile
  2. 1
    1
      include/Quaternion.h

+ 1
- 1
Doxyfile 查看文件

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

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

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

正在加载...
取消
保存