Skip to content

Commit

Permalink
doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
Cobollatin committed Nov 29, 2024
1 parent 3ad4949 commit 628abab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/faker-cxx/string.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ std::string uuid(RandomGenerator<T> gen = RandomGenerator<std::mt19937>{})
* @returns ULID UINT128.
*
* @code
* faker::string::uuid() // "27666229-cedb-4a45-8018-98b1e1d921e2"
* faker::string::uuid(12345) // "27666229-cedb-4a45-8018-98b1e1d921e2"
* faker::string::ulid() // "0001C7STHC0G2081040G208104"
* faker::string::ulid(1484581420) // "0001C7STHC0G2081040G208104"
* @endcode
*/

Expand Down

0 comments on commit 628abab

Please sign in to comment.