]> gcc.gnu.org Git - gcc.git/commit
libstdc++: Improve doxygen docs for <random>
authorJonathan Wakely <jwakely@redhat.com>
Fri, 28 Apr 2023 11:01:58 +0000 (12:01 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 28 Apr 2023 12:33:31 +0000 (13:33 +0100)
commit2f0e2f97d0129be4c2d17097c4a596c0dae9277d
treeb8964278970a3b7292e810fe4e7eba5302bcebd5
parent0355492fd455bf659e0eff45925740674bdfa9e6
libstdc++: Improve doxygen docs for <random>

Add @headerfile and @since tags. Add gamma_distribution to the correct
group (poisson distributions). Add a group for the sampling
distributions and add the missing definitions of their probability
functions. Add uniform_int_distribution back to the uniform
distributions group.

libstdc++-v3/ChangeLog:

* include/bits/random.h (gamma_distribution): Add to the right
doxygen group.
(discrete_distribution, piecewise_constant_distribution)
(piecewise_linear_distribution): Create a new doxygen group and
fix the incomplete doxygen comments.
* include/bits/uniform_int_dist.h (uniform_int_distribution):
Add to doxygen group.

(cherry picked from commit d711f8f81fc5f3a5a0420337f414bce93e1cad1e)
libstdc++-v3/include/bits/random.h
libstdc++-v3/include/bits/uniform_int_dist.h
This page took 0.050324 seconds and 5 git commands to generate.