Browse Source

docs using dot

Thomas Buck 11 years ago
parent
commit
f06a99db9e
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      Doxyfile
  2. 1
    1
      include/Quaternion.h

+ 1
- 1
Doxyfile View File

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 View File

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);

Loading…
Cancel
Save