Skip to content

Commit 27034c2

Browse files
committed
StyleManager: Fix build error with valadoc
1 parent f3573d0 commit 27034c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/StyleManager.vala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class Granite.StyleManager : Object {
2121

2222
/**
2323
* Returns the {@link Granite.StyleManager} that handles the default display
24-
* as gotten by {@link Gdk.Display.get_default ()}.
24+
* as gotten by {@link Gdk.Display.get_default}.
2525
*/
2626
public static unowned StyleManager get_default () {
2727
return style_managers_by_displays[Gdk.Display.get_default ()];
@@ -44,8 +44,8 @@ public class Granite.StyleManager : Object {
4444

4545
/**
4646
* The {@link Granite.Settings.ColorScheme} requested by the application
47-
* Uses value from {@link Granite.Settings.prefers_color_scheme} when set to {@link Granite.Settings.ColorScheme.NO_PREFERENCE }.
48-
* Default value is {@link Granite.Settings.ColorScheme.NO_PREFERENCE }
47+
* Uses value from {@link Granite.Settings.prefers_color_scheme} when set to {@link Granite.Settings.ColorScheme.NO_PREFERENCE}.
48+
* Default value is {@link Granite.Settings.ColorScheme.NO_PREFERENCE}
4949
*/
5050
public Settings.ColorScheme color_scheme { get; set; default = NO_PREFERENCE; }
5151

0 commit comments

Comments
 (0)