@@ -95,7 +95,7 @@ class LIBOPENCOR_EXPORT SedInstanceTask: public Logger
9595 *
9696 * @param pIndex The index of the state.
9797 *
98- * @return The values of the state, as a @c std::vector of @c double , if the index is valid, an empty vector otherwise.
98+ * @return The values of the state, as a @ref Doubles , if the index is valid, an empty vector otherwise.
9999 */
100100
101101 Doubles state (size_t pIndex) const ;
@@ -145,7 +145,7 @@ class LIBOPENCOR_EXPORT SedInstanceTask: public Logger
145145 *
146146 * @param pIndex The index of the rate.
147147 *
148- * @return The values of the rate, as a @c std::vector of @c double , if the index is valid, an empty vector otherwise.
148+ * @return The values of the rate, as a @ref Doubles , if the index is valid, an empty vector otherwise.
149149 */
150150
151151 Doubles rate (size_t pIndex) const ;
@@ -195,7 +195,7 @@ class LIBOPENCOR_EXPORT SedInstanceTask: public Logger
195195 *
196196 * @param pIndex The index of the constant.
197197 *
198- * @return The values of the constant, as a @c std::vector of @c double , if the index is valid, an empty vector otherwise.
198+ * @return The values of the constant, as a @ref Doubles , if the index is valid, an empty vector otherwise.
199199 */
200200
201201 Doubles constant (size_t pIndex) const ;
@@ -245,8 +245,7 @@ class LIBOPENCOR_EXPORT SedInstanceTask: public Logger
245245 *
246246 * @param pIndex The index of the computed constant.
247247 *
248- * @return The values of the computed constant, as a @c std::vector of @c double, if the index is valid, an empty
249- * vector otherwise.
248+ * @return The values of the computed constant, as a @ref Doubles, if the index is valid, an empty vector otherwise.
250249 */
251250
252251 Doubles computedConstant (size_t pIndex) const ;
@@ -296,8 +295,7 @@ class LIBOPENCOR_EXPORT SedInstanceTask: public Logger
296295 *
297296 * @param pIndex The index of the algebraic variable.
298297 *
299- * @return The values of the algebraic variable, as a @c std::vector of @c double, if the index is valid, an empty
300- * vector otherwise.
298+ * @return The values of the algebraic variable, as a @c Doubles, if the index is valid, an empty vector otherwise.
301299 */
302300
303301 Doubles algebraic (size_t pIndex) const ;
0 commit comments