Skip to content

Commit 50f1313

Browse files
authored
Merge pull request #3175 from tesseract241/develop
Fixed doxygen parameters names
2 parents 72ec431 + fe55726 commit 50f1313

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stan/math/prim/meta/holder.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ namespace math {
231231
* expressions will be deleted.
232232
* @tparam T type of argument expression
233233
* @tparam Ptrs types of pointers
234-
* @param a argument expression
235-
* @param ptrs pointers to objects the constructed object will own.
234+
* @param arg argument expression
235+
* @param pointers pointers to objects the constructed object will own.
236236
* @return holder operation
237237
*/
238238
template <typename T, typename... Ptrs,

0 commit comments

Comments
 (0)