Skip to content

Commit 7d5b2b4

Browse files
committed
Update documentation for statistics
1 parent ae402c0 commit 7d5b2b4

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

remmina/src/remmina_stats.c

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434

3535
/**
3636
* @file remmina_stats.c
37-
* @author Antenore Gatta and Giovanni Panozzo
38-
* @date 12/02/2018
3937
* @brief Remmina usage statistics module.
38+
* @author Antenore Gatta and Giovanni Panozzo
39+
* @date 12 Feb 2018
4040
*
4141
* When Remmina starts asks the user if she/he wants to share some usage statistics
4242
* with the Remmina developers. As per the opt-in model
43-
* (https://en.wikipedia.org/wiki/Opt-in_email), without the consent of * user,
43+
* (https://en.wikipedia.org/wiki/Opt-in_email), without the consent of the user,
4444
* none of these data will be collected.
4545
* Additionally a user can asks, at any moment, that any data linked to his/her
4646
* profiles to be deleted, and he/she can change the Remmina settings to stop
@@ -109,15 +109,15 @@
109109
*
110110
* All of these data are solely transmitted to understand:
111111
* - On which type of system Remmina is used
112-
* -# Operating System
113-
* -# Architecture (32/64bit)
114-
* -# Linux distributor or OS vendor
112+
* - Operating System
113+
* - Architecture (32/64bit)
114+
* - Linux distributor or OS vendor
115115
* - Desktop Environment type.
116116
* - Main library versions installed on the system in use by Remmina.
117117
* - Protocols used
118118
* - Last time each protocol has been used (globally).
119119
*
120-
* @see http://www.remmina.org/wp
120+
* @see http://www.remmina.org/wp for more information.
121121
*/
122122

123123

0 commit comments

Comments
 (0)