diff --git a/lib/Init.vala b/lib/Init.vala index d6c29c825..98472c582 100644 --- a/lib/Init.vala +++ b/lib/Init.vala @@ -9,7 +9,7 @@ namespace Granite { private static Gtk.CssProvider? dark_provider = null; private static Gtk.CssProvider? app_provider = null; - /* + /** * Initializes Granite. * If Granite has already been initialized, the function will return. * Makes sure translations and types for Granite are set up properly. diff --git a/lib/Widgets/HyperTextView.vala b/lib/Widgets/HyperTextView.vala index 21acd5386..96d029936 100644 --- a/lib/Widgets/HyperTextView.vala +++ b/lib/Widgets/HyperTextView.vala @@ -18,7 +18,7 @@ */ /** -* This class enables navigatable URLs in Gtk.TextView + * This class enables navigatable URLs in Gtk.TextView * @since 6.1.3 */ public class Granite.HyperTextView : Gtk.TextView {