[gnome-calendar/ui-rewrite] views: fixed docs style



commit 905eb34358c12559ea92c9be72f8d822bc6c2a63
Author: Erick Pérez Castellanos <erick red gmail com>
Date:   Tue Nov 18 11:59:24 2014 -0500

    views: fixed docs style

 src/gcal-month-view.c |    6 ++++--
 src/gcal-week-view.c  |    3 ++-
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/src/gcal-month-view.c b/src/gcal-month-view.c
index f1099a2..949d5a0 100644
--- a/src/gcal-month-view.c
+++ b/src/gcal-month-view.c
@@ -39,11 +39,13 @@ typedef struct
 
   GdkWindow      *event_window;
 
-  /* the day of week for first day of the month,
+  /**
+   * the day of week for first day of the month,
    * sun: 0, mon: 1, ... sat = 6 */
   gint            days_delay;
 
-  /* first day of the week according to user locale, being
+  /**
+   * first day of the week according to user locale, being
    * 0 for Sunday, 1 for Monday and so on */
   gint            first_weekday;
 
diff --git a/src/gcal-week-view.c b/src/gcal-week-view.c
index cb7f37a..30e1311 100644
--- a/src/gcal-week-view.c
+++ b/src/gcal-week-view.c
@@ -69,7 +69,8 @@ typedef struct
 
   GtkWidget      *vscrollbar;
 
-  /* first day of the week according to user locale, being
+  /**
+   * first day of the week according to user locale, being
    * 0 for Sunday, 1 for Monday and so on */
   gint            first_weekday;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]