Skip to content

Commit a21a7fd

Browse files
authored
Fix multiline comment warning in ofRandomDistributions.h
1 parent ff66aeb commit a21a7fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libs/openFrameworks/utils/ofRandomDistributions.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ poisson(double mean) {
363363
}
364364

365365
/// \brief Generates a vector of random non-negative integer values according to poisson distribution
366-
/// https://en.cppreference.com/w/cpp/numeric/random/poisson_distribution\
366+
/// https://en.cppreference.com/w/cpp/numeric/random/poisson_distribution
367367
/// note that this distribution produces int, which are cast into floats for glm
368368
/// \tparam T the desired output vector type
369369
/// \param mean the mean
@@ -375,7 +375,7 @@ poisson(double mean) {
375375
}
376376

377377
/// \brief Generates a vector of random non-negative integer values according to poisson distribution
378-
/// https://en.cppreference.com/w/cpp/numeric/random/poisson_distribution\
378+
/// https://en.cppreference.com/w/cpp/numeric/random/poisson_distribution
379379
/// (note that this distribution produces int, which are cast into floats for glm)
380380
/// with specialized parameters (different params for members of the vector)
381381
/// \tparam T the desired output vector type

0 commit comments

Comments
 (0)