Browse Source

docs using dot

Thomas Buck 10 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,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 View File

@@ -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…
Cancel
Save