Skip to content
Snippets Groups Projects
Commit 0aeac6bd authored by Sebastian's avatar Sebastian
Browse files

Improve formatting of KDoc in DeterministicTestDataCreator

parent 47bce567
No related branches found
No related tags found
1 merge request!50Improve formatting of KDoc in DeterministicTestDataCreator
Pipeline #8392 passed
......@@ -9,10 +9,9 @@ interface DeterministicTestDataCreator {
* Create fake test data on the IoExecutor
*
* @param numContacts Number of contacts to create. Must be >= 1
* @param numPrivateMsgs Number of private messages to create for each
* contact.
* @param avatarPercent Percentage of contacts
* that will use a random profile image. Between 0 and 100.
* @param numPrivateMsgs Number of private messages to create for each contact.
* @param avatarPercent Percentage of contacts that will use a random profile image.
* Between 0 and 100.
* @param numPrivateGroups Number of private groups to create. Must be >= 1
* @param numPrivateGroupPosts Number of private group messages to create in each group
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment