Skip to content

Commit 3373fa1

Browse files
committed
#316-fix doxygen documentation
Completed. Still to be verified.
1 parent b0f213b commit 3373fa1

File tree

265 files changed

+2466
-2336
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

265 files changed

+2466
-2336
lines changed

c++11/baseclasses/basecwg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SOFTWARE.
2626
*/
2727

2828
/**
29-
* @defgroup CWG-algorithms Collatz-Weyl Generators (CWG) algorithm
29+
* @defgroup CWG-algorithms algos: CWG - Collatz-Weyl Generators
3030
*
3131
* This is the group for all the CppRandLib implementations of the Collatz-Weyl
3232
* pseudorandom Generators (CWG) algorithm.

c++11/baseclasses/baselfib64.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SOFTWARE.
2626
*/
2727

2828
/**
29-
* @defgroup LFib-algorithms Lagged Fibonacci (LFib) algorithm
29+
* @defgroup LFib-algorithms algos: LFib - Lagged Fibonacci generators
3030
*
3131
* This is the group for all the CppRandLib implementations of the Lagged
3232
* Fibonacci pseudorandom generators (LFib) algorithm.

c++11/baseclasses/basemelg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SOFTWARE.
2626
*/
2727

2828
/**
29-
* @defgroup MELG-algorithms Maximally Equidistributed Long-period Linear Generators (MELG) algorithm
29+
* @defgroup MELG-algorithms algos: MELG - Maximally Equidistributed Long-period Linear Generators
3030
*
3131
* This is the group for all the CppRandLib implementations of Maximally
3232
* Equidistributed Long-period Linear Generators (MELG) algorithm.

c++11/baseclasses/basemrg31.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SOFTWARE.
2626
*/
2727

2828
/**
29-
* @defgroup MRG-algorithms Multiple Recursive Generators (MRG) algorithm
29+
* @defgroup MRG-algorithms algos: MRG - Multiple Recursive Generators
3030
*
3131
* This is the group for all the CppRandLib implementations of the Multiple
3232
* Recursive pseudorandom Generators (MRG) algorithm.

c++11/baseclasses/basepcg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SOFTWARE.
2626
*/
2727

2828
/**
29-
* @defgroup PCG-algorithms Permuted Congruential Generator (PCG) algorithm
29+
* @defgroup PCG-algorithms algos: PCG - Permuted Congruential Generators
3030
*
3131
* This is the group for all the CppRandLib implementations of the Permuted
3232
* Congruential Generator (PCG) counter-based pseudorandom algorithm.

c++11/baseclasses/baserandom.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SOFTWARE.
2626
*/
2727

2828
/**
29-
* @defgroup BaseRandom Base class for all PRNGs (Pseudo Random Numbers Generators)
29+
* @defgroup BaseRandom algos: BaseRandom - Base class for all PRNGs (Pseudo Random Numbers Generators)
3030
*
3131
* This is the definition of the base class for all pseudo-random numbers generators
3232
* that are implemented in CppRandLib.

c++11/baseclasses/basesquares.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SOFTWARE.
2626
*/
2727

2828
/**
29-
* @defgroup Squares-algorithms Squares counter-based pseudorandom Generators algorithm
29+
* @defgroup Squares-algorithms algos: Squares - Squares counter-based pseudorandom generators
3030
*
3131
* This is the group for all the CppRandLib implementations of the
3232
* Squares counter-based pseudorandom Generators (Squares) algorithm.

c++11/baseclasses/basewell.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SOFTWARE.
2626
*/
2727

2828
/**
29-
* @defgroup WELL-algorithms Well-Equidistributed Long-period Linear Generators (WELL) algorithm
29+
* @defgroup WELL-algorithms algos: WELL - Well-Equidistributed Long-period Linear generators
3030
*
3131
* This is the group for all the CppRandLib implementations of the Well-
3232
* Equidistributed Long-period Linear Generators pseudo-random generators (WELL)

c++11/baseclasses/basexoroshiro.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SOFTWARE.
2626
*/
2727

2828
/**
29-
* @defgroup xoroshiro-algorithms Scrambled Linear Pseudorandom Number Generators (xoroshiro) algorithm
29+
* @defgroup xoroshiro-algorithms algos: Xoroshiro - Scrambled Linear Pseudorandom Number generators
3030
*
3131
* This is the group for all the CppRandLib implementations of the Scrambled Linear
3232
* Pseudorandom Number Generators (xoroshiro) algorithm.

c++11/fastrand32.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SOFTWARE.
2626
*/
2727

2828
/**
29-
* @defgroup LCG-algorithms Linear Congruential Generator (LCG) algorithms
29+
* @defgroup LCG-algorithms algos: LCG - Linear Congruential Generators
3030
*
3131
* This is the group for all the CppRandLib implementations of the Linear
3232
* Congruential Generator (LCG) algorithm.

0 commit comments

Comments
 (0)