Skip to content

Commit

Permalink
-- Added doxygen comments to music.h for the newly added parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtApone117 committed Dec 3, 2024
1 parent 7514e91 commit 920f010
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions include/faker-cxx/music.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ namespace faker::music
/**
* @brief Returns a random artist.
*
* @param locale The locale. Defaults to `Locale::en_US`.
*
* @returns Artist.
*
* @code
Expand All @@ -21,6 +23,8 @@ FAKER_CXX_EXPORT std::string_view artist(Locale locale = Locale::en_US);
/**
* @brief Returns a random music genre.
*
* @param locale The locale. Defaults to `Locale::en_US`.
*
* @returns Music genre.
*
* @code
Expand All @@ -32,6 +36,8 @@ FAKER_CXX_EXPORT std::string_view genre(Locale locale = Locale::en_US);
/**
* @brief Returns a random song name.
*
* @param locale The locale. Defaults to `Locale::en_US`.
*
* @returns Song name.
*
* @code
Expand Down

0 comments on commit 920f010

Please sign in to comment.